You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-backup/boxbackup/files/boxbackup-0.11_rc8-testbbac...

12 lines
464 B

--- a/test/bbackupd/testbbackupd.cpp 2010-05-01 15:52:27.000000000 +0200
+++ b/test/bbackupd/testbbackupd.cpp 2010-05-07 07:12:42.000000000 +0200
@@ -1176,7 +1176,7 @@
std::string touchfile =
"testfiles/TestDir1/spacetest/d1/touch-me";
- fd = open(touchfile.c_str(), O_CREAT | O_WRONLY);
+ fd = open(touchfile.c_str(), O_CREAT | O_WRONLY, 700);
TEST_THAT(fd > 0);
// write again, to update the file's timestamp
TEST_EQUAL_LINE(sizeof(buffer),