summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/misc/nice5
1 files changed, 1 insertions, 4 deletions
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