diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-08-15 14:03:32 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-08-15 14:03:32 +0300 |
commit | 1a9579b6c5722277b34802b7665f340b095a2e98 (patch) | |
tree | e199ef0ce1ae2107ab815372fa714171f2548421 /test | |
parent | 058370e159ba10507e7830ab4d83d5588542cf6b (diff) | |
parent | c9b1f9189625a8dab6092cbd46f8496537af227c (diff) | |
download | egawk-1a9579b6c5722277b34802b7665f340b095a2e98.tar.gz egawk-1a9579b6c5722277b34802b7665f340b095a2e98.tar.bz2 egawk-1a9579b6c5722277b34802b7665f340b095a2e98.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/badargs.ok | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 61b8cd3b..8f8c9c31 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2014-08-15 Arnold D. Robbins <arnold@skeeve.com> + + * badargs.ok: Adjust after revising text for -L option. + 2014-08-12 Arnold D. Robbins <arnold@skeeve.com> * ofs1.ok: Updated to match corrected behavior in gawk. diff --git a/test/badargs.ok b/test/badargs.ok index 8d34be1f..1664ec1c 100644 --- a/test/badargs.ok +++ b/test/badargs.ok @@ -17,7 +17,7 @@ Short options: GNU long options: (extensions) -h --help -i includefile --include=includefile -l library --load=library - -L [fatal] --lint[=fatal] + -L[fatal|invalid] --lint[=fatal|invalid] -M --bignum -N --use-lc-numeric -n --non-decimal-data |