summaryrefslogtreecommitdiffstats
path: root/test/null-bug.test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-11-28 01:30:16 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-11-28 01:30:16 +0000
commitf8e5d57fe36843ab92607a3a473c4d52c52b9f07 (patch)
tree6d99cabc2ba7cfd16f32790de0be48fa833d7c97 /test/null-bug.test
parent53819365cf8b1dad870cf97a1f33bd7579f6b6ed (diff)
downloadquilt-f8e5d57fe36843ab92607a3a473c4d52c52b9f07.tar.gz
- Oops, the /dev/null "fix" broke create-delete.test. Back out this change
and fix only the specific -p0 case.
Diffstat (limited to 'test/null-bug.test')
-rw-r--r--test/null-bug.test11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/null-bug.test b/test/null-bug.test
index 324690a..b8ad46e 100644
--- a/test/null-bug.test
+++ b/test/null-bug.test
@@ -8,7 +8,18 @@
$ quilt add file
> File file added to patch patches/remove.diff
+In this case, the original file in the --- line must not have .orig appended
+or else patch won't know the real original filename anymore.
+
$ rm file
+ $ quilt diff -p0
+ > Index: file
+ > ===================================================================
+ > --- file
+ > +++ /dev/null
+ > @@ -1 +0,0 @@
+ > -file
+
$ quilt ref -p0
> Refreshed patch patches/remove.diff