From: Jim Meyering Date: Sat, 28 Oct 2000 12:46:59 +0000 (+0000) Subject: source lang-default before the first `cd' X-Git-Tag: FILEUTILS-4_0_28~11 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=3bd2a886189fe41409d6261e399392be89a7716b;p=thirdparty%2Fcoreutils.git source lang-default before the first `cd' --- diff --git a/tests/mv/diag b/tests/mv/diag index c3fc1b0f93..125e8658cd 100755 --- a/tests/mv/diag +++ b/tests/mv/diag @@ -6,6 +6,9 @@ if test "$VERBOSE" = yes; then mv --version fi +# Make sure we get English translations. +. $srcdir/../lang-default + pwd=`pwd` tmp=diag-$$ trap 'status=$?; cd $pwd; rm -rf $tmp && exit $status' 0 @@ -24,9 +27,6 @@ if test $framework_failure = 1; then exit 1 fi -# Make sure we get English translations. -. $srcdir/../lang-default - # These mv commands should all exit nonzero. # Too few args. This first one did fail, but with an incorrect diagnostic