summaryrefslogtreecommitdiff
path: root/test/readonly
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2016-03-11 10:26:36 -0500
committerKeith Bostic <keith@wiredtiger.com>2016-03-11 10:26:36 -0500
commit96d266a085c48e283eafc953a245c99c20ca30a4 (patch)
tree4be7959594af000ec922fc9c8a0a3ad423d45c00 /test/readonly
parent2807e4509e1ef4fe06af29dce36437a8bdc1f9ef (diff)
downloadmongo-96d266a085c48e283eafc953a245c99c20ca30a4.tar.gz
WT-2466: Coverity 1352893 Buffer not null terminated #2566
Add the test directory to the local-clean target.
Diffstat (limited to 'test/readonly')
-rw-r--r--test/readonly/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/readonly/Makefile.am b/test/readonly/Makefile.am
index 384e197a1f8..3abcd2386a1 100644
--- a/test/readonly/Makefile.am
+++ b/test/readonly/Makefile.am
@@ -10,4 +10,4 @@ t_LDFLAGS = -static
TESTS = smoke.sh
clean-local:
- rm -rf WiredTiger* *.core __*
+ rm -rf WT_RD* WiredTiger* *.core __*