aboutsummaryrefslogtreecommitdiff
path: root/tests/test/script/runner/cleanup.testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/script/runner/cleanup.testscript')
-rw-r--r--tests/test/script/runner/cleanup.testscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/script/runner/cleanup.testscript b/tests/test/script/runner/cleanup.testscript
index b9f0934..429efb3 100644
--- a/tests/test/script/runner/cleanup.testscript
+++ b/tests/test/script/runner/cleanup.testscript
@@ -100,7 +100,7 @@ b += --no-column
:
$c <<EOI && $b
mkdir ../../a;
- rm -r -f ../../a
+ rm -rf ../../a
EOI
: not-exists