diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/general/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/general/Makefile.in b/tests/general/Makefile.in index d9f4a8784..03dd9ca9a 100644 --- a/tests/general/Makefile.in +++ b/tests/general/Makefile.in @@ -294,7 +294,7 @@ check-local: atconfig testsuite: $(SUITE) atgeneral.m4 $(M4) -I $(srcdir) atgeneral.m4 suite.at > $@-t1 - sed 's/[ ]*$$//;/^$$/N;/\n$$/D' $@-t1 > $@-tmp + sed 's/[ ]*$$//;/^$$/N;/\n$$/D' $@-t1 > $@-tmp rm -f $@-t1 chmod +x $@-tmp mv $@-tmp $@ |