diff options
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 |