summaryrefslogtreecommitdiffstats
path: root/test/fold.test
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-09-09 18:27:51 +0000
committerJean Delvare <khali@linux-fr.org>2005-09-09 18:27:51 +0000
commit90eddd873587e6dc65161927476ecf9b2c031121 (patch)
treebc40457c5ca0e51afa24112f78a5280cceba6ee6 /test/fold.test
parentdc5babe944639e0404a7fce2f2e64155d0271e89 (diff)
downloadquilt-90eddd873587e6dc65161927476ecf9b2c031121.tar.gz
- test/*.test: Fix sed compatibility issues: do not use inplace (-i); do
not filter out tabs in patches, it's no more needed now that --no-timestamps is used; do not use the "a" command. Based on a patch by John Vandenberg.
Diffstat (limited to 'test/fold.test')
-rw-r--r--test/fold.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fold.test b/test/fold.test
index 4c16922..bae1cef 100644
--- a/test/fold.test
+++ b/test/fold.test
@@ -33,7 +33,7 @@
< @@ -0,0 +1 @@
< +This is file3.txt.
- $ quilt diff | sed -e "s/\\t.*//"
+ $ quilt diff
> Index: d/file1.txt
> ===================================================================
> --- /dev/null
@@ -56,7 +56,7 @@
< +This is file3.txt, now modified.
$ cd ..
- $ quilt diff | sed -e "s/\\t.*//"
+ $ quilt diff
> Index: d/file1.txt
> ===================================================================
> --- /dev/null