Commit 088b1329 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel

test1324 should not run under bdb. Addresses #1324.

git-svn-id: file:///svn/toku/tokudb@9101 c7de825b-a66e-492c-adef-691d508d4ae1
parent 6a6d66ca
......@@ -42,6 +42,7 @@ BDB_DONTRUN_TESTS = \
keyrange-dupsort-unflat \
manyfiles \
test938c \
test1324 \
helgrind1 \
helgrind2 \
helgrind3 \
......
......@@ -5,6 +5,10 @@
#include <db.h>
#include <fcntl.h>
#ifndef USE_TDB
#error This test only works for TokuDB.
#endif
void mkfile (const char *fname) {
int fd = creat(fname, O_WRONLY);
if (fd<0) perror("opening");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment