diff options
Diffstat (limited to 't/t1307-config-blob.sh')
-rwxr-xr-x | t/t1307-config-blob.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1307-config-blob.sh b/t/t1307-config-blob.sh index 37dc689d8c98..002e6d3388e2 100755 --- a/t/t1307-config-blob.sh +++ b/t/t1307-config-blob.sh @@ -74,7 +74,7 @@ test_expect_success 'can parse blob ending with CR' ' ' test_expect_success 'config --blob outside of a repository is an error' ' - test_must_fail nongit git config --blob=foo --list + nongit test_must_fail git config --blob=foo --list ' test_done |