mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
6 lines
216 B
Text
Executable file
6 lines
216 B
Text
Executable file
# 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 $?
|