From: Paul Eggert Date: Fri, 29 Apr 2005 21:48:48 +0000 (+0000) Subject: Don't use 'set -'. Also, don't set _POSIX2_VERSION. X-Git-Tag: CPPI-1_12~899 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4dcd32039b0c8364fad8f1181d5acc6bdf1daf3;p=thirdparty%2Fcoreutils.git Don't use 'set -'. Also, don't set _POSIX2_VERSION. --- diff --git a/tests/misc/nice b/tests/misc/nice index d42f0ae5e1..99cb58eede 100755 --- a/tests/misc/nice +++ b/tests/misc/nice @@ -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