From 90eddd873587e6dc65161927476ecf9b2c031121 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Fri, 9 Sep 2005 18:27:51 +0000 Subject: - 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. --- test/subdir.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/subdir.test') diff --git a/test/subdir.test b/test/subdir.test index 118b775..9e66d53 100644 --- a/test/subdir.test +++ b/test/subdir.test @@ -38,7 +38,7 @@ > subdir/file2 > subdir/file3 - $ quilt diff | sed -e "s/\\t.*//" + $ quilt diff > Index: d/subdir/file > =================================================================== > --- d.orig/subdir/file -- cgit