Message ID | 1526227439-20517-1-git-send-email-amir73il@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sun, May 13, 2018 at 07:03:59PM +0300, Amir Goldstein wrote: > Signed-off-by: Amir Goldstein <amir73il@gmail.com> > --- > tests/generic/484 | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/generic/484 b/tests/generic/484 > index 1c2cd96..cb55414 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" Ah, I missed it in review, thanks! Eryu > > # prepare a 4k testfile in TEST_DIR > $XFS_IO_PROG -f -c "pwrite -S 0xFF 0 4096" \ > -- > 2.7.4 > -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/tests/generic/484 b/tests/generic/484 index 1c2cd96..cb55414 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" \
Signed-off-by: Amir Goldstein <amir73il@gmail.com> --- tests/generic/484 | 1 + 1 file changed, 1 insertion(+)