summaryrefslogtreecommitdiff
path: root/tests/misc/sort-compress
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/sort-compress')
-rwxr-xr-xtests/misc/sort-compress4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/sort-compress b/tests/misc/sort-compress
index 00aae25c5..a555b26df 100755
--- a/tests/misc/sort-compress
+++ b/tests/misc/sort-compress
@@ -1,7 +1,7 @@
#!/bin/sh
# Test use of compression by sort
-# Copyright (C) 2007 Free Software Foundation, Inc.
+# Copyright (C) 2007-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
sort --version
fi
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/test-lib.sh
seq -w 2000 > exp || framework_failure
tac exp > in || framework_failure