diff options
Diffstat (limited to 'test/Maketests')
-rw-r--r-- | test/Maketests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Maketests b/test/Maketests index c76769f4..5c1a6b38 100644 --- a/test/Maketests +++ b/test/Maketests @@ -242,7 +242,7 @@ fnarray: fnarray2: @echo fnarray2 - @AWKPATH=$(srcdir) $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ + @AWKPATH=$(srcdir) $(AWK) -f $@.awk < $(srcdir)/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@ fnaryscl: |