Also disable tests/charset since it uses btrfs.

btrfs is broken in F18/Rawhide: RHBZ#863978.
This commit is contained in:
Richard W.M. Jones 2012-10-08 14:46:47 +01:00
parent 8dddac6b1a
commit 1cdb67d6f2
1 changed files with 1 additions and 0 deletions

View File

@ -765,6 +765,7 @@ export SKIP_TEST_BTRFS_SUBVOLUME_DELETE=1
export SKIP_TEST_BTRFS_SUBVOLUME_SNAPSHOT=1
export SKIP_TEST_MKFS_BTRFS=1
perl -i.bak -e 'while (<>) {print unless /tests\/btrfs/}' Makefile.am
perl -i.bak -e 'while (<>) {print unless /tests\/charset/}' Makefile.am
%if %{runtests}
make check