aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xt/t5601-clone.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5601-clone.sh b/t/t5601-clone.sh
index a50e36e26..151ea531b 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
'