diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-01 16:39:40 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-01 16:40:28 +0300 |
commit | 884f621be44e13b8df6a036b7542c789dd0caecb (patch) | |
tree | 457ad0b2a1a88173451250edabfe8f52c42fc143 /tests/mventry/testscript | |
parent | 2bdcc55c22dc4ed019f81032347e861bec69ff6f (diff) |
Combine multiple single-character flags into a single argument for testscript commands
Diffstat (limited to 'tests/mventry/testscript')
-rw-r--r-- | tests/mventry/testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mventry/testscript b/tests/mventry/testscript index 9cf6858..32c9ced 100644 --- a/tests/mventry/testscript +++ b/tests/mventry/testscript @@ -194,7 +194,7 @@ if ($test.target == $build.host) if! $empty($config.libbutl.test.rename.dir) { wd = $config.libbutl.test.rename.dir/libbutl-rename - +rm -r -f $wd + +rm -rf $wd +mkdir $wd : file @@ -241,5 +241,5 @@ if! $empty($config.libbutl.test.rename.dir) $* a $b 2>- == 1 } - -rm -r -f $wd + -rm -rf $wd } |