diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/builtin/mv.testscript | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/builtin/mv.testscript b/tests/builtin/mv.testscript index 1d57d67..99df73f 100644 --- a/tests/builtin/mv.testscript +++ b/tests/builtin/mv.testscript @@ -83,7 +83,7 @@ $* -u >'option -u' 2>"mv: unknown option '-u'" == 1 touch a; $* a a >/~'%move .+/a .+/a false true%' 2>>/~%EOE% != 0 - %mv: unable to move entity '.+/a' to itself% + %mv: unable to move entry '.+/a' to itself% EOE } @@ -94,7 +94,7 @@ $* -u >'option -u' 2>"mv: unknown option '-u'" == 1 mkdir b; $* a b >/~'%move .+/a .+/b false true%' 2>>/~%EOE% != 0 - %mv: unable to move entity '.+/a' to '.+/b': .+% + %mv: unable to move entry '.+/a' to '.+/b': .+% EOE } } @@ -126,7 +126,7 @@ $* -u >'option -u' 2>"mv: unknown option '-u'" == 1 touch b/c; $* a b >/~'%move .+/a .+/b false true%' 2>>/~%EOE% != 0 - %mv: unable to move entity '.+/a' to '.+/b': .+% + %mv: unable to move entry '.+/a' to '.+/b': .+% EOE } @@ -137,7 +137,7 @@ $* -u >'option -u' 2>"mv: unknown option '-u'" == 1 touch b; $* a b >/~'%move .+/a .+/b false true%' 2>>/~%EOE% != 0 - %mv: unable to move entity '.+/a' to '.+/b': .+% + %mv: unable to move entry '.+/a' to '.+/b': .+% EOE } } @@ -148,7 +148,7 @@ $* -u >'option -u' 2>"mv: unknown option '-u'" == 1 mkdir a; $* a a/b >/~'%move .+/a .+/a/b false true%' 2>>/~%EOE% != 0 - %mv: unable to move entity '.+/a' to '.+/a/b': .+% + %mv: unable to move entry '.+/a' to '.+/a/b': .+% EOE } } @@ -157,7 +157,7 @@ $* -u >'option -u' 2>"mv: unknown option '-u'" == 1 : { $* a b >/~'%move .+/a .+/b false true%' 2>>/~%EOE% != 0 - %mv: unable to move entity '.+/a' to '.+/b': .+% + %mv: unable to move entry '.+/a' to '.+/b': .+% EOE } } |