aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-06-19 16:11:23 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-06-19 16:11:23 +0300
commit2756e66940d140b7e378ea5a38354243d74ffe80 (patch)
tree6165b91f62d2e5c252b94af4ee046fac6c3f6547
parenta6b5928cf5be84ed84f2496a24f204eab5dc035b (diff)
Adapt mv builtin tests to terminology change
-rw-r--r--tests/test/script/builtin/mv.testscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/script/builtin/mv.testscript b/tests/test/script/builtin/mv.testscript
index 764c1e0..645f5a1 100644
--- a/tests/test/script/builtin/mv.testscript
+++ b/tests/test/script/builtin/mv.testscript
@@ -34,7 +34,7 @@
:
$c <<EOI && $b
mv -f ../../a/b/c ./c 2>>/~%EOE% == 1
- %mv: unable to move entity '.+/force/a/b/c' to '.+/c': .+%
+ %mv: unable to move entry '.+/force/a/b/c' to '.+/c': .+%
EOE
EOI
}