From: Amir Goldstein Date: Sun, 13 May 2018 16:03:59 +0000 (+0300) Subject: generic/484: add missing _require_test_program X-Git-Tag: v2022.05.01~1563 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e401bc28c1baaa8f0c24e97710b9f70a60296bb1;p=xfstests-dev.git generic/484: add missing _require_test_program Signed-off-by: Amir Goldstein Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/generic/484 b/tests/generic/484 index 1c2cd962..cb55414d 100755 --- a/tests/generic/484 +++ b/tests/generic/484 @@ -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" \