Merge branch 'jc/pack-objects-bigfile'
[gitweb.git] / t / t1506-rev-parse-diagnosis.sh
index f9cb2021a7569b7e9674148e2c4f811901a7fb6c..4a6396f9e3fb8006969916e12066fa6fc1527b3d 100755 (executable)
@@ -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
 }