summaryrefslogtreecommitdiff
path: root/tests/mkdir/p-thru-slink
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mkdir/p-thru-slink')
-rwxr-xr-xtests/mkdir/p-thru-slink4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mkdir/p-thru-slink b/tests/mkdir/p-thru-slink
index 8607a935e..c32619140 100755
--- a/tests/mkdir/p-thru-slink
+++ b/tests/mkdir/p-thru-slink
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure that mkdir -p foo/bar works when foo is a symbolic link to a directory
-# Copyright (C) 2005-2007 Free Software Foundation, Inc.
+# Copyright (C) 2005-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
mkdir --version
fi
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/test-lib.sh
ln -s . slink || framework_failure