summaryrefslogtreecommitdiff
path: root/tests/chmod/thru-dangling
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chmod/thru-dangling')
-rwxr-xr-xtests/chmod/thru-dangling4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/chmod/thru-dangling b/tests/chmod/thru-dangling
index 9423a7401..0924b4779 100755
--- a/tests/chmod/thru-dangling
+++ b/tests/chmod/thru-dangling
@@ -1,7 +1,7 @@
#!/bin/sh
# Test for proper error and exit code of chmod on a dangling symlink.
-# Copyright (C) 2007 Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 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
@@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then
chmod --version
fi
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/test-lib.sh
ln -s non-existent dangle || framework_failure