diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2017-03-19 17:03:44 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2017-03-19 17:03:44 -0400 |
commit | 1e9198f58d7d5616e03dc4b2bb6f738ab4e89f06 (patch) | |
tree | 922be715b90e5a64f2906740aef5b5e998c75c5d /test/argarray.ok | |
parent | af3bd5ea36908e9d706dd18bfd263e3fd83ee279 (diff) | |
download | egawk-1e9198f58d7d5616e03dc4b2bb6f738ab4e89f06.tar.gz egawk-1e9198f58d7d5616e03dc4b2bb6f738ab4e89f06.tar.bz2 egawk-1e9198f58d7d5616e03dc4b2bb6f738ab4e89f06.zip |
Patch argarray test to work regardless of how configure is invoked.
Diffstat (limited to 'test/argarray.ok')
-rw-r--r-- | test/argarray.ok | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/argarray.ok b/test/argarray.ok index 18eb841c..3c026634 100644 --- a/test/argarray.ok +++ b/test/argarray.ok @@ -1,9 +1,9 @@ here we have 3 arguments which are gawk - ./argarray.in + ./argarray.input - Environment variable TEST= and the current input file is called "" -in main loop, this input file is known as "./argarray.in" +in main loop, this input file is known as "./argarray.input" in main loop, this input file is known as "-" |