From c0db5be20282013ce1697b8f2512223d75d3efb0 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 14 Nov 2010 18:10:37 +0100 Subject: [PATCH] tests: `instspc-*.test': do not create useless source file * tests/instspc-tests.sh (create_input_data): Do not create unused source file `source2.c'. --- ChangeLog | 6 ++++++ tests/instspc-tests.sh | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f7b3ddb7a..8a86702be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-02-15 Stefano Lattarini + + tests: `instspc-*.test': do not create useless source file + * tests/instspc-tests.sh (create_input_data): Do not create + unused source file `source2.c'. + 2011-02-15 Stefano Lattarini tests: optimize `instspc-*.test' for speed diff --git a/tests/instspc-tests.sh b/tests/instspc-tests.sh index 1f5c24c14..981365f3c 100755 --- a/tests/instspc-tests.sh +++ b/tests/instspc-tests.sh @@ -133,7 +133,6 @@ EOF return 0; } EOF - cp source.c source2.c unindent > Makefile.am << 'EOF' foodir = $(prefix)/foo -- 2.47.2