Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
i18n: git-pull eval_gettext + warning message
[gitweb.git]
/
t
/
t1506-rev-parse-diagnosis.sh
diff --git
a/t/t1506-rev-parse-diagnosis.sh
b/t/t1506-rev-parse-diagnosis.sh
index f9cb2021a7569b7e9674148e2c4f811901a7fb6c..4a6396f9e3fb8006969916e12066fa6fc1527b3d 100755
(executable)
--- a/
t/t1506-rev-parse-diagnosis.sh
+++ b/
t/t1506-rev-parse-diagnosis.sh
@@
-9,7
+9,7
@@
exec </dev/null
test_did_you_mean ()
{
printf "fatal: Path '$2$3' $4, but not ${5:-'$3'}.\n" >expected &&
- printf "Did you mean '$1:$2$3'?\n" >>expected &&
+ printf "Did you mean '$1:$2$3'
${2:+ aka '$1:./$3'}
?\n" >>expected &&
test_cmp expected error
}