Sign in
coral
/
busybox
/
0356607264b8e1476d98a81667488ba1d6295d23
/
.
/
shell
/
hush_test
/
hush-standalone
/
nofork_trashes_getopt.tests
blob: f42c5073003145b1ba0b3dea49c3638ce5f12725 [
file
] [
log
] [
blame
]
# In this test, rm is NOFORK and it modifies getopt internal state
rm
-
f non_existent_file
# Subsequent hexdump is run as NOEXEC, and thus still uses this state
hexdump
<
/dev/
null
# Did hexdump segfault etc?
echo $
?