X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft1509-root-worktree.sh;h=335420fd87f87727f323156f461e520374b7da0b;hb=38a18873b21f6f2eebedc65aff2249fd6ec2168c;hp=5322a3bf9703fab9f6b199dcd3f861b8e27c3ed3;hpb=161cbf0b8e3280daab85a5b76910057a63016314;p=git.git diff --git a/t/t1509-root-worktree.sh b/t/t1509-root-worktree.sh index 5322a3bf9..335420fd8 100755 --- a/t/t1509-root-worktree.sh +++ b/t/t1509-root-worktree.sh @@ -99,17 +99,17 @@ test_foobar_foobar() { } if ! test_have_prereq POSIXPERM || ! [ -w / ]; then - say "Dangerous test skipped. Read this test if you want to execute it" + skip_all="Dangerous test skipped. Read this test if you want to execute it" test_done fi if [ "$IKNOWWHATIAMDOING" != "YES" ]; then - say "You must set env var IKNOWWHATIAMDOING=YES in order to run this test" + skip_all="You must set env var IKNOWWHATIAMDOING=YES in order to run this test" test_done fi if [ "$UID" = 0 ]; then - say "No you can't run this with root" + skip_all="No you can't run this with root" test_done fi @@ -134,8 +134,8 @@ cat >ls.expected <