summaryrefslogtreecommitdiff
path: root/tests/rm/dot-rel
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/dot-rel')
-rwxr-xr-xtests/rm/dot-rel4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rm/dot-rel b/tests/rm/dot-rel
index f31e6f04c..256abcba1 100755
--- a/tests/rm/dot-rel
+++ b/tests/rm/dot-rel
@@ -2,7 +2,7 @@
# Use rm -r to remove two non-empty dot-relative directories.
# This would have failed between 2004-10-18 and 2004-10-21.
-# Copyright (C) 2004, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2006, 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
@@ -22,7 +22,7 @@ if test "$VERBOSE" = yes; then
rm --version
fi
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/test-lib.sh
mkdir a b || framework_failure
touch a/f b/f || framework_failure