summaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-standalone/nofork_trashes_getopt.tests (plain)
blob: f42c5073003145b1ba0b3dea49c3638ce5f12725
1# In this test, rm is NOFORK and it modifies getopt internal state
2rm -f non_existent_file
3# Subsequent hexdump is run as NOEXEC, and thus still uses this state
4hexdump </dev/null
5# Did hexdump segfault etc?
6echo $?
7