diff options
Diffstat (limited to 'tests/misc/od-x8')
-rwxr-xr-x | tests/misc/od-x8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/od-x8 b/tests/misc/od-x8 index 267ab4d87..b52c1ce38 100755 --- a/tests/misc/od-x8 +++ b/tests/misc/od-x8 @@ -22,7 +22,7 @@ if test "$VERBOSE" = yes; then od --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh od -t x8 /dev/null >/dev/null || skip_test_ "od lacks support for 8-byte quantities" |