From b4dcd32039b0c8364fad8f1181d5acc6bdf1daf3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 29 Apr 2005 21:48:48 +0000 Subject: Don't use 'set -'. Also, don't set _POSIX2_VERSION. --- tests/misc/nice | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/misc/nice b/tests/misc/nice index d42f0ae5e..99cb58eed 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 -- cgit v1.2.3-54-g00ecf