X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Ft6030-bisect-porcelain.sh;h=3b042aacd63f77651fdaf3d10b65f4fc85669a75;hb=452c6d506b1a6dcf24d4ceaa592afc39c1c1a60e;hp=c51865fdbc0a6fd98cca4a4accd35b302e5fd739;hpb=df91d0e4d30ddc9bf2c55e3a63be9cb5318a409a;p=git.git diff --git a/t/t6030-bisect-porcelain.sh b/t/t6030-bisect-porcelain.sh index c51865fdb..3b042aacd 100755 --- a/t/t6030-bisect-porcelain.sh +++ b/t/t6030-bisect-porcelain.sh @@ -567,6 +567,11 @@ test_expect_success 'skipping away from skipped commit' ' test "$para3" = "$PARA_HASH3" ' +test_expect_success 'erroring out when using bad path parameters' ' + test_must_fail git bisect start $PARA_HASH7 $HASH1 -- foobar 2> error.txt && + grep "bad path parameters" error.txt +' + # # test_done