diff --git a/src/interfaces/ecpg/test/Makefile b/src/interfaces/ecpg/test/Makefile index 3df6e0a009..62dcba1f1f 100644 --- a/src/interfaces/ecpg/test/Makefile +++ b/src/interfaces/ecpg/test/Makefile @@ -23,4 +23,4 @@ test_init: test_init.c $(ECPG) $? clean: - rm -f test1 test2 test3 test4 perftest *.c log dyntest dyntest2 + rm -f test1 test2 test3 test4 perftest *.c log dyntest dyntest2 test_notice test_code100 diff --git a/src/interfaces/ecpg/test/test_notice b/src/interfaces/ecpg/test/test_notice deleted file mode 100755 index 9d9506a83b..0000000000 Binary files a/src/interfaces/ecpg/test/test_notice and /dev/null differ