X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft1302-repo-version.sh;h=8d305b43725f8cf60e7ee802df1923feb98eeae5;hb=a9645b780b698703cd7dee25051d6ce39b0544c6;hp=9be0770e7627ee094349af85b0d4702e156ff6cd;hpb=5736a3747120d6215de4fdfcf45f4a168a8d024e;p=git.git diff --git a/t/t1302-repo-version.sh b/t/t1302-repo-version.sh index 9be0770e7..8d305b437 100755 --- a/t/t1302-repo-version.sh +++ b/t/t1302-repo-version.sh @@ -41,7 +41,7 @@ test_expect_success 'gitdir required mode on normal repos' ' cd test && git apply --check --index ../test.patch)' test_expect_success 'gitdir required mode on unsupported repo' ' - (cd test2 && ! git apply --check --index ../test.patch) + (cd test2 && test_must_fail git apply --check --index ../test.patch) ' test_done