Addresses #1531 windows test_db_remove does not fail

git-svn-id: file:///svn/toku/tokudb@10494 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Yoni Fogel 2013-04-16 23:57:45 -04:00
parent 68a6285528
commit ecbada03b1

View file

@ -93,9 +93,15 @@ TDB_TESTS_THAT_SHOULD_FAIL= \
test_truncate_subdb \
test_txn_nested_abort3 \
test_txn_nested_abort4 \
test_db_remove \
test_abort4 \
#\ ends prev line
ifneq ($(OS_CHOICE),windows)
TDB_TESTS_THAT_SHOULD_FAIL+= \
test_db_remove \
#\ ends prev line
endif
TDB_TESTS_THAT_SHOULD_FAIL_LIT= \
#\ ends prev line