diff options
author | Jim Meyering <jim@meyering.net> | 2006-12-07 10:11:40 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-12-07 10:11:40 +0100 |
commit | 565b165115de72b4b276c0d5d6d5095e3c901a69 (patch) | |
tree | d7ba822da206fbb3dc4174f35ce39ff2ce46d25f /tests/touch/no-rights | |
parent | 9f1b96313e8653f1ad5358539776c58fd8fbdaef (diff) | |
download | coreutils-565b165115de72b4b276c0d5d6d5095e3c901a69.tar.xz |
* tests/touch/empty-file: Use envvar-check, so "make check" doesn't
evoke diagnostics like this when COLUMNS=0 in the environment:
ls: ignoring invalid width in environment variable COLUMNS: 0
* tests/touch/no-rights: Likewise.
* tests/help-version: Likewise.
Diffstat (limited to 'tests/touch/no-rights')
-rwxr-xr-x | tests/touch/no-rights | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/touch/no-rights b/tests/touch/no-rights index 0d9e3bd86..8faef99bf 100755 --- a/tests/touch/no-rights +++ b/tests/touch/no-rights @@ -2,7 +2,7 @@ # Make sure touch can update the times on a file that is neither # readable nor writable. -# Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2002, 2006 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 @@ -24,6 +24,8 @@ if test "$VERBOSE" = yes; then touch --version fi +. $srcdir/../envvar-check + DEFAULT_SLEEP_SECONDS=2 SLEEP_SECONDS=${SLEEP_SECONDS=$DEFAULT_SLEEP_SECONDS} |