summaryrefslogtreecommitdiffstats
path: root/test/trailing-ws.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/trailing-ws.test')
-rw-r--r--test/trailing-ws.test24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/trailing-ws.test b/test/trailing-ws.test
index 7043872..ef7cc08 100644
--- a/test/trailing-ws.test
+++ b/test/trailing-ws.test
@@ -6,10 +6,10 @@
< c
$ quilt new test.diff
- > Patch patches/test.diff is now on top
+ > Patch %{P}test.diff is now on top
$ quilt add a
- > File a added to patch patches/test.diff
+ > File a added to patch %{P}test.diff
$ cat > a
< a
@@ -18,7 +18,7 @@
$ quilt refresh
> Warning: trailing whitespace in lines 1,3 of a
- > Refreshed patch patches/test.diff
+ > Refreshed patch %{P}test.diff
$ grep '[ \t]$' patches/test.diff
> +a
@@ -26,16 +26,16 @@
$ quilt refresh -U0
> Warning: trailing whitespace in lines 1,3 of a
- > Refreshed patch patches/test.diff
+ > Refreshed patch %{P}test.diff
$ quilt refresh --strip-trailing-whitespace
> Removing trailing whitespace from lines 1,3 of a
- > Refreshed patch patches/test.diff
+ > Refreshed patch %{P}test.diff
$ grep '[ \t]$' patches/test.diff
$ quilt pop -q
- > Removing patch patches/test.diff
+ > Removing patch %{P}test.diff
> No patches applied
$ cat > a
@@ -44,10 +44,10 @@
< c
$ quilt new test2.diff
- > Patch patches/test2.diff is now on top
+ > Patch %{P}test2.diff is now on top
$ quilt add a
- > File a added to patch patches/test2.diff
+ > File a added to patch %{P}test2.diff
$ cat > a
< a
@@ -56,7 +56,7 @@
$ quilt refresh -c
> Warning: trailing whitespace in lines 1,3 of a
- > Refreshed patch patches/test2.diff
+ > Refreshed patch %{P}test2.diff
$ grep '[ \t]$' patches/test2.diff
> ! a
@@ -64,14 +64,14 @@
$ quilt refresh -C0
> Warning: trailing whitespace in lines 1,3 of a
- > Refreshed patch patches/test2.diff
+ > Refreshed patch %{P}test2.diff
$ quilt refresh -c --strip-trailing-whitespace
> Removing trailing whitespace from lines 1,3 of a
- > Refreshed patch patches/test2.diff
+ > Refreshed patch %{P}test2.diff
$ grep '[ \t]$' patches/test2.diff
$ quilt pop -q
- > Removing patch patches/test2.diff
+ > Removing patch %{P}test2.diff
> No patches applied