summaryrefslogtreecommitdiff
path: root/tests/misc/false-status
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/false-status')
-rwxr-xr-xtests/misc/false-status4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/false-status b/tests/misc/false-status
index b6b22a6ac..7eaec30ce 100755
--- a/tests/misc/false-status
+++ b/tests/misc/false-status
@@ -1,7 +1,7 @@
#!/bin/sh
# ensure that false exits nonzero even with --help or --version
-# Copyright (C) 2003, 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2003, 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
@@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then
false --version
fi
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/test-lib.sh
fail=0
false --version > /dev/null && fail=1