diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-07 22:00:09 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-07 22:00:09 +0300 |
commit | d0cea7f12392a0f898dcd26472f1d7a26c71551d (patch) | |
tree | 8cc3f9fac3889f83bddc508871389673c3e1b885 /test | |
parent | 62342b5ad8522da5cbc0623f2b645c48b31c2838 (diff) | |
parent | b6fac528542ff95fa89e40a6a4c1da2a7346279b (diff) | |
download | egawk-d0cea7f12392a0f898dcd26472f1d7a26c71551d.tar.gz egawk-d0cea7f12392a0f898dcd26472f1d7a26c71551d.tar.bz2 egawk-d0cea7f12392a0f898dcd26472f1d7a26c71551d.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 5 | ||||
-rw-r--r-- | test/clos1way2.ok | 4 | ||||
-rw-r--r-- | test/clos1way3.ok | 4 | ||||
-rw-r--r-- | test/clos1way4.ok | 4 |
4 files changed, 11 insertions, 6 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index bfb05de6..53cfd786 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2016-04-07 Arnold D. Robbins <arnold@skeeve.com> + + * clos1way2.ok, clos1way3.ok, clos1way4.ok: Updated after + code changes. + 2016-04-06 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (clos1way6): New test. diff --git a/test/clos1way2.ok b/test/clos1way2.ok index 063c4213..67240ac9 100644 --- a/test/clos1way2.ok +++ b/test/clos1way2.ok @@ -1,4 +1,4 @@ gawk: clos1way2.awk:4: (FILENAME=- FNR=1) warning: fflush: cannot flush: two-way pipe `cat - 1>&2; sleep 2' has closed write end -gawk: clos1way2.awk:5: (FILENAME=- FNR=1) fatal: print: attempt to write to closed write end of two-way pipe test -CODE: 2 +gawk: clos1way2.awk:5: (FILENAME=- FNR=1) fatal: print: attempt to write to closed write end of two-way pipe +EXIT CODE: 2 diff --git a/test/clos1way3.ok b/test/clos1way3.ok index 74f67738..b0157fa1 100644 --- a/test/clos1way3.ok +++ b/test/clos1way3.ok @@ -1,3 +1,3 @@ -gawk: clos1way3.awk:5: fatal: print: attempt to write to closed write end of two-way pipe test1 -ODE: 2 +gawk: clos1way3.awk:5: fatal: print: attempt to write to closed write end of two-way pipe +EXIT CODE: 2 diff --git a/test/clos1way4.ok b/test/clos1way4.ok index 707f9813..e30aa7f6 100644 --- a/test/clos1way4.ok +++ b/test/clos1way4.ok @@ -1,3 +1,3 @@ -gawk: clos1way4.awk:5: fatal: printf: attempt to write to closed write end of two-way pipe test1 -ODE: 2 +gawk: clos1way4.awk:5: fatal: printf: attempt to write to closed write end of two-way pipe +EXIT CODE: 2 |