Create missing directories when creating a file
Compare changes
- Stéphane Del Pino authored
Actually since Gitlab CI is running as root, one must use ioctl to make directory immutable. Otherwise, root can create the file which invalidates the test.
+ 14
− 0
@@ -7,6 +7,12 @@
@@ -49,6 +55,7 @@ TEST_CASE("OFStream", "[language]")
@@ -60,8 +67,14 @@ TEST_CASE("OFStream", "[language]")
@@ -69,4 +82,5 @@ TEST_CASE("OFStream", "[language]")