summaryrefslogtreecommitdiff
path: root/tests/mv/reply-no
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/reply-no')
-rwxr-xr-xtests/mv/reply-no2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mv/reply-no b/tests/mv/reply-no
index fa338c893..ae0a3cd2e 100755
--- a/tests/mv/reply-no
+++ b/tests/mv/reply-no
@@ -23,6 +23,8 @@ if test "$VERBOSE" = yes; then
mv --version
fi
+. $srcdir/../lang-default
+
pwd=`pwd`
t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$
trap 'status=$?; cd "$pwd" && chmod -R u+rwx $t0 && rm -rf $t0 && exit $status' 0