summaryrefslogtreecommitdiffstats
path: root/test/snapshot2.test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-07-12 00:07:03 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-07-12 00:07:03 +0000
commit963347acfe1a59a28c07bdd9479a8a98266611ac (patch)
treeab1fd1f543f9b8dc34d81d202cea55c65a2b25c5 /test/snapshot2.test
parente7bb642fdbcfa9bb1d7265781f56d89e398f90b9 (diff)
downloadquilt-963347acfe1a59a28c07bdd9479a8a98266611ac.tar.gz
- Some more QUILT_PATCHES_PREFIX fixes.
Diffstat (limited to 'test/snapshot2.test')
-rw-r--r--test/snapshot2.test14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/snapshot2.test b/test/snapshot2.test
index 238d8c5..a0ea9e4 100644
--- a/test/snapshot2.test
+++ b/test/snapshot2.test
@@ -5,26 +5,26 @@
$ cd d
$ quilt add f.txt
- > File d/f.txt added to patch %{P}snapshot
+ > File d/f.txt added to patch %{_P}snapshot
$ cat > f.txt
< f.txt
$ quilt add g.txt
- > File d/g.txt added to patch %{P}snapshot
+ > File d/g.txt added to patch %{_P}snapshot
$ cat > g.txt
< g.txt
$ quilt refresh
- > Refreshed patch %{P}snapshot
+ > Refreshed patch %{_P}snapshot
$ quilt snapshot
$ quilt fork
- > Fork of patch %{P}snapshot created as %{P}snapshot-2
+ > Fork of patch %{_P}snapshot created as %{_P}snapshot-2
$ quilt remove g.txt
- > File d/g.txt removed from patch %{P}snapshot-2
+ > File d/g.txt removed from patch %{_P}snapshot-2
$ quilt add h.txt
- > File d/h.txt added to patch %{P}snapshot-2
+ > File d/h.txt added to patch %{_P}snapshot-2
$ cat > h.txt
< h.txt
@@ -33,7 +33,7 @@
< more changes
$ quilt refresh
- > Refreshed patch %{P}snapshot-2
+ > Refreshed patch %{_P}snapshot-2
$ quilt diff --snapshot | grep -v "^\\(---\\|+++\\)"
> Index: d/d/f.txt