diff options
Diffstat (limited to 'tests/test/script')
-rw-r--r-- | tests/test/script/builtin/mv.testscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test/script/builtin/mv.testscript b/tests/test/script/builtin/mv.testscript index 06e0726..313acf8 100644 --- a/tests/test/script/builtin/mv.testscript +++ b/tests/test/script/builtin/mv.testscript @@ -210,9 +210,9 @@ : sub-entry : { - mkdir a; - touch a/b; - mv a c + mkdir a; + touch a/b; + mv a c } : reorder |