From dfd9acaa52b1341cfe3889ac21b4bd0d1d5e45d8 Mon Sep 17 00:00:00 2001 From: Kacper Kornet Date: Thu, 5 May 2011 18:48:27 +0000 Subject: [PATCH] - fix quoting for ksh Changed files: git-core-tests.patch -> 1.4 --- git-core-tests.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 + } + -- 2.44.0