summaryrefslogtreecommitdiff
path: root/tests/misc/split-l
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/split-l')
-rwxr-xr-xtests/misc/split-l4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/split-l b/tests/misc/split-l
index 2460289b8..f2f23835f 100755
--- a/tests/misc/split-l
+++ b/tests/misc/split-l
@@ -1,7 +1,7 @@
#!/bin/sh
# show that `split --lines=2' works.
-# Copyright (C) 2002, 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2002, 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
ln --version
fi
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/test-lib.sh
printf '1\n2\n3\n4\n5\n' > in || framework_failure