summaryrefslogtreecommitdiff
path: root/tests/touch/dangling-symlink
diff options
context:
space:
mode:
Diffstat (limited to 'tests/touch/dangling-symlink')
-rwxr-xr-xtests/touch/dangling-symlink4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/touch/dangling-symlink b/tests/touch/dangling-symlink
index c3c00e959..908f30a8a 100755
--- a/tests/touch/dangling-symlink
+++ b/tests/touch/dangling-symlink
@@ -2,7 +2,7 @@
# Make sure touch can create a file through a dangling symlink.
# This was broken in the 4.0[e-i] test releases.
-# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2007 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -22,6 +22,8 @@ if test "$VERBOSE" = yes; then
touch --version
fi
+. $srcdir/../test-lib.sh
+
rm -f touch-target t-symlink
ln -s touch-target t-symlink
fail=0