summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-09-21 19:12:59 +0000
committerJean Delvare <khali@linux-fr.org>2005-09-21 19:12:59 +0000
commit260fd1b01316ce419c65c5c9b3a6beaf9afd6af3 (patch)
tree982b910fc5c77e69f43484f0de1b09c0be6bacb6
parent12b0130420795c2814efcd0f8d36471bc2cd375b (diff)
downloadquilt-260fd1b01316ce419c65c5c9b3a6beaf9afd6af3.tar.gz
- test/subdir.test: Test quilt files -v.
-rw-r--r--quilt.changes12
-rw-r--r--test/subdir.test8
2 files changed, 16 insertions, 4 deletions
diff --git a/quilt.changes b/quilt.changes
index e2f9c08..a2877fc 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,16 @@
-------------------------------------------------------------------
+Wed Sep 21 21:13:19 CEST 2005 - khali@linux-fr.org
+
+- test/subdir.test: Test quilt files -v.
+
+-------------------------------------------------------------------
+Wed Sep 21 20:20:47 CEST 2005 - khali@linux-fr.org
+
+- test/sort.test: Quote grep arguments, as some grep
+ implementations seem to otherwise choke on them. Original patch
+ from John Vandenberg.
+
+-------------------------------------------------------------------
Wed Sep 21 20:11:06 CEST 2005 - khali@linux-fr.org
- quilt/diff.in: Add missing call to print_patch.
diff --git a/test/subdir.test b/test/subdir.test
index 9e66d53..a627a43 100644
--- a/test/subdir.test
+++ b/test/subdir.test
@@ -33,10 +33,10 @@
> File subdir/file3 added to patch %{_P}test.patch
$ rm file3
- $ quilt files
- > subdir/file
- > subdir/file2
- > subdir/file3
+ $ quilt files -v
+ > subdir/file
+ > + subdir/file2
+ > - subdir/file3
$ quilt diff
> Index: d/subdir/file