diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-08-11 17:07:24 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-08-11 17:07:24 -0400 |
commit | 8d5a66b529a220239037a3cd7a2421aab85de53d (patch) | |
tree | 481b5086951c67d367c128b2551683c7421e372b /test/incdupe4.ok | |
parent | 9cc3e7f1126d924a343f01be6a92cf6aefe97bab (diff) | |
download | egawk-8d5a66b529a220239037a3cd7a2421aab85de53d.tar.gz egawk-8d5a66b529a220239037a3cd7a2421aab85de53d.tar.bz2 egawk-8d5a66b529a220239037a3cd7a2421aab85de53d.zip |
Make it a fatal error to load the same file with -f and -i (or @include).
Diffstat (limited to 'test/incdupe4.ok')
-rw-r--r-- | test/incdupe4.ok | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/incdupe4.ok b/test/incdupe4.ok new file mode 100644 index 00000000..a6fc26e2 --- /dev/null +++ b/test/incdupe4.ok @@ -0,0 +1,2 @@ +gawk: fatal: can't include `hello.awk' and use it as a program file +EXIT CODE: 2 |