diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-01 12:10:26 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-01 16:41:08 +0300 |
commit | cd090e741cdee437632554d22c5ae84572c7267f (patch) | |
tree | 0a1bd864633d925297edc2e55b1cb51ae089d50e /tests/test/script/runner/cleanup.testscript | |
parent | d3514286b136691279f104c92fe08dada1f042ab (diff) |
Combine multiple single-character flags into a single argument for testscript commands
Diffstat (limited to 'tests/test/script/runner/cleanup.testscript')
-rw-r--r-- | tests/test/script/runner/cleanup.testscript | 2 |
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 |