diff options
Diffstat (limited to 'tests/misc/head-c')
-rwxr-xr-x | tests/misc/head-c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/head-c b/tests/misc/head-c index 7610533b7..2b348d2e3 100755 --- a/tests/misc/head-c +++ b/tests/misc/head-c @@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then head --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh echo abc > in || framework_failure |