summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-10-17 17:33:00 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-10-17 17:33:00 +1100
commite390725e68d5522b94882fd4dc1da7c1630fb984 (patch)
tree06161f1863141ca512f36b294986fefb9315b2c6
parentbd5d02cd26f70349810789c909465acd91762fba (diff)
downloadmongo-e390725e68d5522b94882fd4dc1da7c1630fb984.tar.gz
s/WildTiger/WiredTiger/
-rw-r--r--dist/s_string.ok1
-rw-r--r--test/bloom/test_bloom.c2
-rw-r--r--test/fops/t.c2
-rw-r--r--test/thread/t.c2
4 files changed, 3 insertions, 4 deletions
diff --git a/dist/s_string.ok b/dist/s_string.ok
index b3fc3df2b65..9abf8bf4d2b 100644
--- a/dist/s_string.ok
+++ b/dist/s_string.ok
@@ -201,7 +201,6 @@ Vv
VxWorks
WIREDTIGER
WeakHashLen
-WildTiger
WinNT
WiredTiger
WiredTiger's
diff --git a/test/bloom/test_bloom.c b/test/bloom/test_bloom.c
index a19e1613fa2..7c339916fcb 100644
--- a/test/bloom/test_bloom.c
+++ b/test/bloom/test_bloom.c
@@ -106,7 +106,7 @@ int setup(void)
int ret;
char config[512];
- (void)system("rm -f WildTiger WiredTiger.* *.bf");
+ (void)system("rm -f WiredTiger* *.bf");
/*
* This test doesn't test public Wired Tiger functionality, it still
diff --git a/test/fops/t.c b/test/fops/t.c
index 694554741ec..f697f7fe30e 100644
--- a/test/fops/t.c
+++ b/test/fops/t.c
@@ -150,7 +150,7 @@ wt_shutdown(void)
static void
shutdown(void)
{
- (void)system("rm -f WildTiger WiredTiger.* __wt*");
+ (void)system("rm -f WiredTiger* __wt*");
}
static int
diff --git a/test/thread/t.c b/test/thread/t.c
index 0f40e0424e4..9858ed08719 100644
--- a/test/thread/t.c
+++ b/test/thread/t.c
@@ -177,7 +177,7 @@ wt_shutdown(void)
static void
shutdown(void)
{
- (void)system("rm -f WildTiger WiredTiger.* __wt*");
+ (void)system("rm -f WiredTiger.* __wt*");
}
static int