diff options
Diffstat (limited to 'conform/run-conformtest.sh')
-rw-r--r-- | conform/run-conformtest.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conform/run-conformtest.sh b/conform/run-conformtest.sh index 9600524a8d..d83aa799d4 100644 --- a/conform/run-conformtest.sh +++ b/conform/run-conformtest.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash objpfx="$1" perl="$2" @@ -7,8 +7,6 @@ includes="$4" standards=("ISO" "ISO99" "ISO11" "POSIX" "XPG3" "XPG4" "UNIX98" "XOPEN2K" "XOPEN2K8" "POSIX2008") -standards=("POSIX" "XPG3" "XPG4" "UNIX98" - "XOPEN2K" "XOPEN2K8" "POSIX2008") exitval=0 > ${objpfx}run-conformtest.out |