aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/interfaces/ecpg/test/Makefile2
-rwxr-xr-xsrc/interfaces/ecpg/test/test_noticebin22483 -> 0 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/Makefile b/src/interfaces/ecpg/test/Makefile
index 3df6e0a0099..62dcba1f1fa 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 9d9506a83bc..00000000000
--- a/src/interfaces/ecpg/test/test_notice
+++ /dev/null
Binary files differ