diff options
Diffstat (limited to 'tests/dd/skip-seek2')
-rwxr-xr-x | tests/dd/skip-seek2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dd/skip-seek2 b/tests/dd/skip-seek2 index b1024af15..0840ad24a 100755 --- a/tests/dd/skip-seek2 +++ b/tests/dd/skip-seek2 @@ -2,7 +2,7 @@ # show how to skip an amount that is smaller than the nominal block size. # There's a more realistic example in the documentation. -# Copyright (C) 2000, 2004, 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2000, 2004, 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 @@ -22,7 +22,7 @@ if test "$VERBOSE" = yes; then dd --version fi -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh fail=0 |