X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft0000-basic.sh;h=960208504b3f93364995e8f89edc2aeaee101020;hb=ce60653e59f89b409b80a1a381275914fddce07f;hp=2887677391e795c70c210368970df6ff6350fbd0;hpb=c91cfd19160be63e97f28dce8c9af421b61c9938;p=git.git diff --git a/t/t0000-basic.sh b/t/t0000-basic.sh index 288767739..960208504 100755 --- a/t/t0000-basic.sh +++ b/t/t0000-basic.sh @@ -84,7 +84,11 @@ donthaveit=yes test_expect_success HAVEIT,DONTHAVEIT 'unmet prerequisites causes test to be skipped' ' donthaveit=no ' -if test $haveit$donthaveit != yesyes +donthaveiteither=yes +test_expect_success DONTHAVEIT,HAVEIT 'unmet prerequisites causes test to be skipped' ' + donthaveiteither=no +' +if test $haveit$donthaveit$donthaveiteither != yesyesyes then say "bug in test framework: multiple prerequisite tags do not work reliably" exit 1