summaryrefslogtreecommitdiffstats
path: root/test/failpop.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/failpop.test')
-rw-r--r--test/failpop.test8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/failpop.test b/test/failpop.test
index 8b566c4..79ea747 100644
--- a/test/failpop.test
+++ b/test/failpop.test
@@ -5,17 +5,25 @@
$ quilt new test.diff
> Patch %{P}test.diff is now on top
+ $ echo %{?}
+ > 0
$ quilt add test.txt
> File test.txt added to patch %{P}test.diff
+ $ echo %{?}
+ > 0
$ cat >> test.txt
< Line two.
$ quilt refresh
> Refreshed patch %{P}test.diff
+ $ echo %{?}
+ > 0
$ sed -e "s/ /_/g" patches/test.diff > patches/test.new
$ mv patches/test.new patches/test.diff
$ quilt pop
> Patch %{P}test.diff does not remove cleanly (refresh it or enforce with -f)
+ $ echo %{?}
+ > 1