diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-05-13 11:30:28 -0400 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-05-13 11:30:28 -0400 |
commit | 525c2d59a50d5814f42a9335a0c64376afa71409 (patch) | |
tree | 317d85969616e90ab06dca183c2044fcea0cfd12 /test/gsubtst3.awk | |
parent | 85c609c42657b36dbfbde7528d9d6fd998da0fe4 (diff) | |
download | egawk-525c2d59a50d5814f42a9335a0c64376afa71409.tar.gz egawk-525c2d59a50d5814f42a9335a0c64376afa71409.tar.bz2 egawk-525c2d59a50d5814f42a9335a0c64376afa71409.zip |
Major improvements to test infrastructure.
Diffstat (limited to 'test/gsubtst3.awk')
-rw-r--r-- | test/gsubtst3.awk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/gsubtst3.awk b/test/gsubtst3.awk index 1c4f4ead..6c518966 100644 --- a/test/gsubtst3.awk +++ b/test/gsubtst3.awk @@ -164,7 +164,8 @@ OFS="-" $(length(_)+1)="" print $0 -while(getline <ARGV[1]) # ADR: was testre.dat +#while(getline <ARGV[1]) # ADR: was testre.dat +while(getline) # ADR: use stdin so can automate generation of test { RE=$1;IN=$2;OUT=$3 $0=IN |