source:
trunk/essentials/sys-apps/gawk/test/exitval1.awk
Last change on this file was 3076, checked in by , 18 years ago | |
---|---|
File size: 107 bytes |
Line | |
---|---|
1 | # This should exit 0, even though child exits 1 |
2 | BEGIN { "exit 1" | getline junk ; exit 12 } |
3 | END { exit 0 } |
Note:
See TracBrowser
for help on using the repository browser.