From: Kacper Kornet Date: Thu, 5 May 2011 18:48:27 +0000 (+0000) Subject: - fix quoting for ksh X-Git-Tag: auto/th/git-core-1_7_5_1-1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;ds=sidebyside;h=dfd9acaa52b1341cfe3889ac21b4bd0d1d5e45d8;p=packages%2Fgit-core.git - fix quoting for ksh Changed files: git-core-tests.patch -> 1.4 --- diff --git a/git-core-tests.patch b/git-core-tests.patch index 90ae787..473e519 100644 --- a/git-core-tests.patch +++ b/git-core-tests.patch @@ -25,3 +25,18 @@ diff -ur git-1.7.0.3.orig/t/t1304-default-acl.sh git-1.7.0.3/t/t1304-default-acl ' test_expect_success PERL 'dummy edit works' ' +diff --git a/t/t1506-rev-parse-diagnosis.sh b/t/t1506-rev-parse-diagnosis.sh +index 4a6396f..bad09f9 100755 +--- a/t/t1506-rev-parse-diagnosis.sh ++++ b/t/t1506-rev-parse-diagnosis.sh +@@ -8,8 +8,8 @@ exec expected && +- printf "Did you mean '$1:$2$3'${2:+ aka '$1:./$3'}?\n" >>expected && ++ printf "fatal: Path '$2$3' $4, but not ${5:-\'$3\'}.\n" >expected && ++ printf "Did you mean '$1:$2$3'${2:+ aka \'$1:./$3\'}?\n" >>expected && + test_cmp expected error + } +