aboutsummaryrefslogtreecommitdiff
path: root/tests/test/script/builtin/mv.testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/script/builtin/mv.testscript')
-rw-r--r--tests/test/script/builtin/mv.testscript6
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