From 02947f410591dca68ca3b3c5ea4e78d899aedcf1 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 15 Mar 2017 12:28:16 +0100 Subject: btrfs-progs: tests: misc/019, use fssum The fssum utility is now ready to use, test still passes. Signed-off-by: David Sterba --- tests/misc-tests/019-receive-clones-on-munted-subvol/test.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/misc-tests/019-receive-clones-on-munted-subvol/test.sh b/tests/misc-tests/019-receive-clones-on-munted-subvol/test.sh index 5735ecb0..3a572439 100755 --- a/tests/misc-tests/019-receive-clones-on-munted-subvol/test.sh +++ b/tests/misc-tests/019-receive-clones-on-munted-subvol/test.sh @@ -5,17 +5,16 @@ # have an entry with the same name that corresponds to different inodes in each # snapshot. -# temporary, until the test gets adapted -FSSUM_PROG=/bin/true - source $TOP/tests/common check_prereq mkfs.btrfs check_prereq btrfs +check_prereq fssum setup_root_helper prepare_test_dev +FSSUM_PROG="$TOP/fssum" srcdir=./send-test-dir rm -rf "$srcdir" mkdir -p "$srcdir" -- cgit v1.2.3