summaryrefslogtreecommitdiffstats
path: root/test/applied.test
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2006-09-19 14:37:33 +0000
committerJean Delvare <khali@linux-fr.org>2006-09-19 14:37:33 +0000
commitca925d2e7fcad12c5b00143dbe8101eff6c907b3 (patch)
tree48236ace2e5a5e81d41a58b70df432449e0751d7 /test/applied.test
parent6c6009786ff34bcd6462b5b9c2e6c3335ee907ea (diff)
downloadquilt-ca925d2e7fcad12c5b00143dbe8101eff6c907b3.tar.gz
- test/*.test: Make sure that rm commands are non-interactive.
Diffstat (limited to 'test/applied.test')
-rw-r--r--test/applied.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/applied.test b/test/applied.test
index 48ea912..f2fa8e8 100644
--- a/test/applied.test
+++ b/test/applied.test
@@ -6,7 +6,7 @@
$ echo b > b
$ diff -u a b > patches/patch
$ echo patch -p0 > patches/series
- $ rm b
+ $ rm -f b
$ quilt push -q
> Applying patch patches/patch
> Now at patch patches/patch