]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
generic/484: add missing _require_test_program
authorAmir Goldstein <amir73il@gmail.com>
Sun, 13 May 2018 16:03:59 +0000 (19:03 +0300)
committerEryu Guan <guaneryu@gmail.com>
Mon, 14 May 2018 08:52:03 +0000 (16:52 +0800)
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/generic/484

index 1c2cd962449fcc55f7e80c092b5260738cf8f5b0..cb55414d025855e72191fa915ad92c2343313d62 100755 (executable)
@@ -52,6 +52,7 @@ rm -f $seqres.full
 _supported_fs generic
 _supported_os Linux
 _require_test
+_require_test_program "t_locks_execve"
 
 # prepare a 4k testfile in TEST_DIR
 $XFS_IO_PROG -f -c "pwrite -S 0xFF 0 4096" \