Skip to content

Commit c6c655f

Browse files
committed
Merge branch 'ak/t0008-ksh88-workaround'
Test portability workaround. * ak/t0008-ksh88-workaround: t0008: 4 tests fail with ksh88
2 parents 10184b2 + e998041 commit c6c655f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t0008-ignores.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ cat <<-EOF >expected-verbose
605605
a/b/.gitignore:8:!on* a/b/one
606606
a/b/.gitignore:8:!on* a/b/one one
607607
a/b/.gitignore:8:!on* a/b/one two
608-
a/b/.gitignore:8:!on* "a/b/one\"three"
608+
a/b/.gitignore:8:!on* "a/b/one\\"three"
609609
a/b/.gitignore:9:!two a/b/two
610610
a/.gitignore:1:two* a/b/twooo
611611
$global_excludes:2:!globaltwo globaltwo
@@ -686,7 +686,7 @@ cat <<-EOF >expected-all
686686
a/b/.gitignore:8:!on* b/one
687687
a/b/.gitignore:8:!on* b/one one
688688
a/b/.gitignore:8:!on* b/one two
689-
a/b/.gitignore:8:!on* "b/one\"three"
689+
a/b/.gitignore:8:!on* "b/one\\"three"
690690
a/b/.gitignore:9:!two b/two
691691
:: b/not-ignored
692692
a/.gitignore:1:two* b/twooo

0 commit comments

Comments
 (0)