Following commit
v9.1-49-gea3ee6df2
* tests/misc/invalid-opt.pl: Map runcon failure status to 125.
* tests/misc/usage_vs_getopt.sh: Likewise.
expr => 0,
nice => 125,
nohup => 125,
+ runcon => 125,
sort => 2,
stdbuf => 125,
test => 0,
rcexp=1
case "$prg" in
dir | ls | printenv | sort | tty | vdir ) rcexp=2 ;;
- env | chroot | nice | nohup | stdbuf | timeout ) rcexp=125 ;;
+ env | chroot | nice | nohup | runcon | stdbuf | timeout ) rcexp=125 ;;
esac
# Write the pattern for a long, unknown option into a pattern file.
o='thisoptiondoesnotexist'