1
0
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:
Paul Eggert
2005-04-29 21:48:48 +00:00
parent 57f4da0a00
commit b4dcd32039

View File

@@ -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