summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2012-05-11 11:13:26 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-05-11 11:13:26 -0700
commit0582afbcb33a7ca32d09620b8dcaee63c5dd6000 (patch)
tree87fa785a581377342a50450cbae925fb771f5664 /t
parentdocument submdule.$name.update=none option for gitmodules (diff)
parentrev-parse --show-prefix: add in trailing newline (diff)
downloadtgif-0582afbcb33a7ca32d09620b8dcaee63c5dd6000.tar.xz
Merge branch 'rl/show-empty-prefix' into maint
Unlike "git rev-parse --show-cdup", "--show-prefix" did not give an empty line when run at the top of the working tree. By Ross Lagerwall * rl/show-empty-prefix: rev-parse --show-prefix: add in trailing newline
Diffstat (limited to 't')
-rwxr-xr-xt/t1501-worktree.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1501-worktree.sh b/t/t1501-worktree.sh
index e661147c57..8f36aa9fc4 100755
--- a/t/t1501-worktree.sh
+++ b/t/t1501-worktree.sh
@@ -68,7 +68,7 @@ test_expect_success 'inside work tree' '
)
'
-test_expect_failure 'empty prefix is actually written out' '
+test_expect_success 'empty prefix is actually written out' '
echo >expected &&
(
cd work &&