diff options
Diffstat (limited to 'test/getfile.ok')
-rw-r--r-- | test/getfile.ok | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/getfile.ok b/test/getfile.ok new file mode 100644 index 00000000..1109a303 --- /dev/null +++ b/test/getfile.ok @@ -0,0 +1,17 @@ +BEGIN +gawk: getfile.awk:9: warning: cannot open unrecognized file type `<<' for `echo hello; echo goodbye' +get_file: get_file(echo hello; echo goodbye, <<, -1) failed +expected error result 0 +get_file returned 1 +input_name echo hello; echo goodbye +1 +hello +BEGINFILE (-) ERRNO () +get_file returned 1 +input_name - +end BEGIN +ENDFILE (-) ERRNO () +END +1 +goodbye +0 |