summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-03-22 10:35:24 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-03-22 10:35:24 +0000
commit4e48fd5a6c8218e491ef3536121aae3c7a157ed6 (patch)
tree88252cfb2c54fc581c21e04c66fe279d39ebf741 /test
parent202a698a403db7bf282e3a41df2d2101ec9d2a08 (diff)
downloadquilt-4e48fd5a6c8218e491ef3536121aae3c7a157ed6.tar.gz
Make test more robust by popping all patches with -R. Before no mode
was specified and quilt was using a mix of reverse-applying and fast restoring.
Diffstat (limited to 'test')
-rw-r--r--test/one.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/one.test b/test/one.test
index 15cf951..6ed5090 100644
--- a/test/one.test
+++ b/test/one.test
@@ -55,9 +55,9 @@ $ quilt refresh
Refreshed patch patch2
$ quilt add -p patch1 dir/file3
File dir/file3 modified by patch patch2
-$ quilt pop
+$ quilt pop -R
Removing patch2
-Removing dir/file3
+patching file dir/file3
Now at patch patch1
$ quilt add file4
@@ -102,14 +102,14 @@ More recent patches modify files in patch1. Enforce refresh with -f.
$ quilt refresh -f patch1
Refreshed patch patch1
$ echo "Another line here, too." >> dir/file3
-$ quilt pop
+$ quilt pop -R
Removing subdir/patch3
patching file file4
Now at patch patch2
$ quilt refresh patch2
Refreshed patch patch2
-$ quilt pop -qa
+$ quilt pop -qaR
Removing patch2
Removing patch1
No patches applied