mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-19 18:26:32 +02:00
Don't use 'set -'. Also, don't set _POSIX2_VERSION.
This commit is contained in:
@@ -29,16 +29,13 @@ tests='
|
||||
19 --1:-12 12
|
||||
NA LAST NA
|
||||
'
|
||||
set - $tests
|
||||
set $tests
|
||||
|
||||
if test "$VERBOSE" = yes; then
|
||||
nice --version
|
||||
set -x
|
||||
fi
|
||||
|
||||
_POSIX2_VERSION=199209
|
||||
export _POSIX2_VERSION
|
||||
|
||||
# Require that this test be run at `nice' level 0.
|
||||
niceness=`nice`
|
||||
if test "$niceness" = 0; then
|
||||
|
||||
Reference in New Issue
Block a user