aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/install/basic-1.sh2
-rwxr-xr-xtests/mv/diag.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/install/basic-1.sh b/tests/install/basic-1.sh
index 83bec639b..690d591e5 100755
--- a/tests/install/basic-1.sh
+++ b/tests/install/basic-1.sh
@@ -131,7 +131,7 @@ EOF
touch sub4/file_exists || framework_failure_
ginstall -t sub4/file_exists -Dv file >out 2>&1 && fail=1
compare - out <<\EOF || fail=1
-ginstall: target 'sub4/file_exists' is not a directory
+ginstall: failed to access 'sub4/file_exists': Not a directory
EOF
# Ensure that -D with an already existing directory for -t's option argument
diff --git a/tests/mv/diag.sh b/tests/mv/diag.sh
index 92410699f..c0a558548 100755
--- a/tests/mv/diag.sh
+++ b/tests/mv/diag.sh
@@ -39,8 +39,8 @@ mv: missing file operand
Try 'mv --help' for more information.
mv: missing destination file operand after 'no-file'
Try 'mv --help' for more information.
-mv: target 'f1' is not a directory
-mv: target 'f2' is not a directory
+mv: target 'f1': Not a directory
+mv: target directory 'f2': Not a directory
EOF
compare exp out || fail=1