diff options
author | Jim Meyering <jim@meyering.net> | 2007-09-08 12:26:55 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-09-15 08:40:38 +0200 |
commit | 03a08a4cd0540cd6b018c5c9f602a1d25847ba62 (patch) | |
tree | 4c26a5e5aebb07fb2c35c39d51768a628a2cefa2 /tests/misc/xstrtol | |
parent | 28f1844cefb2decc05858fdf8cc62a9ef63a9a31 (diff) | |
download | coreutils-03a08a4cd0540cd6b018c5c9f602a1d25847ba62.tar.xz |
Convert tests/misc/ to use test-lib.sh, too.
Diffstat (limited to 'tests/misc/xstrtol')
-rwxr-xr-x | tests/misc/xstrtol | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/misc/xstrtol b/tests/misc/xstrtol index 4d26ef6ca..aa2b8a7b5 100755 --- a/tests/misc/xstrtol +++ b/tests/misc/xstrtol @@ -21,8 +21,6 @@ if test "$VERBOSE" = yes; then pr --version fi -. $srcdir/../envvar-check - : ${PERL=perl} : ${srcdir=.} |