summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/misc-tests/019-receive-clones-on-munted-subvol/test.sh5
1 files changed, 2 insertions, 3 deletions
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"