source: trunk/essentials/sys-apps/gawk/test/exitval1.awk

Last change on this file was 3076, checked in by bird, 18 years ago

gawk 3.1.5

File size: 107 bytes
Line 
1# This should exit 0, even though child exits 1
2BEGIN { "exit 1" | getline junk ; exit 12 }
3END { exit 0 }
Note: See TracBrowser for help on using the repository browser.