summaryrefslogtreecommitdiff
path: root/tests/mv/hard-3
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/hard-3')
-rwxr-xr-xtests/mv/hard-38
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/mv/hard-3 b/tests/mv/hard-3
index bf6675fe9..61d71c1fa 100755
--- a/tests/mv/hard-3
+++ b/tests/mv/hard-3
@@ -30,12 +30,8 @@
# directory, because it requires use of the --preserve=link option that
# mv enables by default.
-if test "$VERBOSE" = yes; then
- set -x
- cp --version
-fi
-
-. $srcdir/test-lib.sh
+. "${srcdir=.}/init.sh"; path_prepend_ ../src
+test "$VERBOSE" = yes && cp --version
skip_if_root_
mkdir -p x dst/x || framework_failure