summaryrefslogtreecommitdiff
path: root/tests/ln
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-10-28 12:33:26 +0000
committerJim Meyering <jim@meyering.net>2000-10-28 12:33:26 +0000
commita36e91c826281522ad1db60c92bc720e9c001a18 (patch)
tree6a02d9cb6a37c4d76ab8df6789b2351c8ede7086 /tests/ln
parente9bcabbf059bb947eaf5da1ce5823aaab389bb7e (diff)
downloadcoreutils-a36e91c826281522ad1db60c92bc720e9c001a18.tar.xz
source lang-default before changing directory
Diffstat (limited to 'tests/ln')
-rwxr-xr-xtests/ln/sf-16
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ln/sf-1 b/tests/ln/sf-1
index 424711606..8ebbfc0e2 100755
--- a/tests/ln/sf-1
+++ b/tests/ln/sf-1
@@ -7,6 +7,9 @@ if test "$VERBOSE" = yes; then
ln --version
fi
+# Make sure we get English translations.
+. $srcdir/../lang-default
+
tmp=t-ln.$$
test_failure=0
@@ -20,9 +23,6 @@ if test $test_failure = 1; then
exit 1
fi
-# Make sure we get English translations.
-. $srcdir/../lang-default
-
fail=0
ln -sf a b > err 2>&1 && fail=1
case `cat err` in