Commit b7c95dac authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#2740 refs[t:2740] fix the cxx permissions test (which depends on the underlying inames)

git-svn-id: file:///svn/toku/tokudb@21309 c7de825b-a66e-492c-adef-691d508d4ae1
parent 3c048a29
......@@ -149,8 +149,8 @@ check_db_create_4: db_create
$(VGRIND) ./db_create -s &> $@.out ; test $$? -ne 0 $(SUMMARIZE_CMD)
check_permissions:
rm -f crezvffvbaf_gqo_*.tokudb && \
rm -f permissions_tdb_*.tokudb && \
./db_create permissions.tdb 1 1 && \
chmod -w crezvffvbaf_gqo_*.tokudb && \
chmod -w permissions_tdb_*.tokudb && \
(./db_create permissions.tdb 2 2 &> check_permissions.out 2>&1 ; test $$? -ne 0) \
$(SUMMARIZE_CMD)
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