summaryrefslogtreecommitdiffstats
path: root/test/null-bug.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/null-bug.test
parent6c6009786ff34bcd6462b5b9c2e6c3335ee907ea (diff)
downloadquilt-ca925d2e7fcad12c5b00143dbe8101eff6c907b3.tar.gz
- test/*.test: Make sure that rm commands are non-interactive.
Diffstat (limited to 'test/null-bug.test')
-rw-r--r--test/null-bug.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/null-bug.test b/test/null-bug.test
index 74b8c55..5ba7e4d 100644
--- a/test/null-bug.test
+++ b/test/null-bug.test
@@ -12,7 +12,7 @@
In this case, the original file in the --- line must not have .orig appended
or else patch won't know the real original filename anymore.
- $ rm file
+ $ rm -f file
$ quilt diff -p0
> Index: file
> ===================================================================