]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- fix quoting for ksh auto/th/git-core-1_7_5_1-1
authorKacper Kornet <draenog@pld-linux.org>
Thu, 5 May 2011 18:48:27 +0000 (18:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    git-core-tests.patch -> 1.4

git-core-tests.patch

index 90ae78799c198cbba0e50b24d5c328734c054698..473e51982c0ecd0cb4997bb3fda5562036046527 100644 (file)
@@ -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 </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'${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
+ }
This page took 0.042904 seconds and 4 git commands to generate.