summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-09-21 20:54:33 +0000
committerJean Delvare <khali@linux-fr.org>2005-09-21 20:54:33 +0000
commit0ce1f6b21f870b404f3b261dd20238f52313b123 (patch)
tree8b746cca7dfcf73990fb40d5191681ec8875a316 /test
parente52adb190ff9b1963c6453ee7f72c2538136864d (diff)
downloadquilt-0ce1f6b21f870b404f3b261dd20238f52313b123.tar.gz
- test/sort.test: Quote grep arguments, as some grep implementations seem
to otherwise choke on them. Original patch from John Vandenberg.
Diffstat (limited to 'test')
-rw-r--r--test/sort.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/sort.test b/test/sort.test
index b2588b5..6d3868a 100644
--- a/test/sort.test
+++ b/test/sort.test
@@ -50,7 +50,7 @@
> x
> z
- $ quilt diff | grep ^Index
+ $ quilt diff | grep '^Index'
> Index: d/b
> Index: d/f
> Index: d/c
@@ -61,7 +61,7 @@
$ quilt refresh
> Refreshed patch patches/sort.diff
- $ grep ^Index patches/sort.diff
+ $ grep '^Index' patches/sort.diff
> Index: d/b
> Index: d/f
> Index: d/c
@@ -69,7 +69,7 @@
> Index: d/x
> Index: d/z
- $ quilt diff --sort | grep ^Index
+ $ quilt diff --sort | grep '^Index'
> Index: d/a
> Index: d/b
> Index: d/c
@@ -80,7 +80,7 @@
$ quilt refresh --sort
> Refreshed patch patches/sort.diff
- $ grep ^Index patches/sort.diff
+ $ grep '^Index' patches/sort.diff
> Index: d/a
> Index: d/b
> Index: d/c