summaryrefslogtreecommitdiff
path: root/tests/chown/separator
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chown/separator')
-rwxr-xr-xtests/chown/separator4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/chown/separator b/tests/chown/separator
index de33831a9..b409b0295 100755
--- a/tests/chown/separator
+++ b/tests/chown/separator
@@ -1,7 +1,7 @@
#!/bin/sh
# Make sure "chown USER:GROUP FILE" works, and similar tests with separators.
-# Copyright (C) 2004-2007 Free Software Foundation, Inc.
+# Copyright (C) 2004-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
chown --version
fi
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/test-lib.sh
id_u=`id -u` || framework_failure
test -n "$id_u" || framework_failure