From 083cd266c591dd8077f10db8bb53cffc47b8b720 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 21 Apr 2007 18:48:25 +0000 Subject: Test fix: create TestDir1 with a readable mode (refs #3) --- test/bbackupd/testbbackupd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/bbackupd/testbbackupd.cpp b/test/bbackupd/testbbackupd.cpp index f7796403..76bec730 100644 --- a/test/bbackupd/testbbackupd.cpp +++ b/test/bbackupd/testbbackupd.cpp @@ -759,7 +759,7 @@ int test_bbackupd() // unpack the files for the initial test TEST_THAT(::system("rm -rf testfiles/TestDir1") == 0); - TEST_THAT(::mkdir("testfiles/TestDir1", 0) == 0); + TEST_THAT(::mkdir("testfiles/TestDir1", 0777) == 0); #ifdef WIN32 TEST_THAT(::system("tar xzvf testfiles/spacetest1.tgz " -- cgit v1.2.3