From 87aed84ff4adb186187b1432a1e0dae29e8fd7f0 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 29 Apr 2005 23:49:47 +0000 Subject: Don't set _POSIX2_VERSION; no longer needed. --- tests/misc/split-fail | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/misc/split-fail') diff --git a/tests/misc/split-fail b/tests/misc/split-fail index 462c780e8..79bda949b 100755 --- a/tests/misc/split-fail +++ b/tests/misc/split-fail @@ -31,10 +31,10 @@ split -C 0 in 2> /dev/null && fail=1 split -l 0 in 2> /dev/null && fail=1 # Make sure that the obsolete -N notation still works -_POSIX2_VERSION=199209 split -1 in 2> /dev/null || fail=1 +split -1 in 2> /dev/null || fail=1 # Then make sure that -0 evokes a failure. -_POSIX2_VERSION=199209 split -0 in 2> /dev/null && fail=1 +split -0 in 2> /dev/null && fail=1 # Ensure that split --lines=N and --bytes=N work for N=2^32, # assuming our host supports integers that wide. @@ -51,7 +51,7 @@ fi #split --line-bytes=$_4gb 2> /dev/null in && fail=1 # Make sure that a huge obsolete option evokes the right failure. -env -u _POSIX2_VERSION split -99999999999999999991 2> out && fail=1 +split -99999999999999999991 2> out && fail=1 # On losing systems (x86 Solaris 5.9 c89), we get a message like this: # split: line count option -9999999999... is too large -- cgit v1.2.3-70-g09d2