From 3e24a0add4202f3c52c3336800b0130b76acc651 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Tue, 17 Dec 2013 15:03:51 +0100 Subject: test: Check more return status Quilt pop at the bottom of the stack returns 2, as does quilt push at the top of the stack. --- test/three.test | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test') diff --git a/test/three.test b/test/three.test index a28b48d..4a04982 100644 --- a/test/three.test +++ b/test/three.test @@ -30,6 +30,8 @@ $ quilt pop > No patch removed + $ echo %{?} + > 2 $ quilt new patch1.diff > Patch %{P}patch1.diff is now on top @@ -96,6 +98,8 @@ $ quilt pop > No patch removed + $ echo %{?} + > 2 $ quilt applied > No patches applied @@ -133,6 +137,8 @@ $ quilt push > File series fully applied, ends at patch patches/patch2.diff + $ echo %{?} + > 2 $ quilt diff --combine patch1 -P patch2 -p ab > Index: b/f -- cgit