diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/t5601-clone.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5601-clone.sh b/t/t5601-clone.sh index a50e36e262..151ea531bd 100755 --- a/t/t5601-clone.sh +++ b/t/t5601-clone.sh @@ -197,7 +197,7 @@ test_expect_success 'clone separate gitdir' ' test -d realgitdir/refs ' -test_expect_success C_LOCALE_OUTPUT 'clone separate gitdir: output' ' +test_expect_success 'clone separate gitdir: output' ' echo "gitdir: `pwd`/realgitdir" >expected && test_cmp expected dst/.git ' |