]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5607-clone-bundle.sh
Merge branch 'jk/fast-export-anonym-alt'
[thirdparty/git.git] / t / t5607-clone-bundle.sh
index 9108ff6fbd6f52d9df6b9ec52226a71ced8fdc06..6d5a977fcba60f70d2a7329eba4c70e7ac66e925 100755 (executable)
@@ -16,7 +16,7 @@ test_expect_success 'setup' '
 
 test_expect_success '"verify" needs a worktree' '
        git bundle create tip.bundle -1 master &&
-       test_must_fail nongit git bundle verify ../tip.bundle 2>err &&
+       nongit test_must_fail git bundle verify ../tip.bundle 2>err &&
        test_i18ngrep "need a repository" err
 '