mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-20 15:35:05 +00:00
Fix for test
This commit is contained in:
parent
76fcf1173b
commit
a2612d327a
@ -9,6 +9,6 @@ TEST_CASE("findOrCreateDirectory can create a directory tree without prefix") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TEST_CASE("findOrCreateDirectory can create a directory tree with prefix") {
|
TEST_CASE("findOrCreateDirectory can create a directory tree with prefix") {
|
||||||
CHECK_EQ(file::findOrCreateDirectory("/test2/test2", 0777), true);
|
CHECK_EQ(file::findOrCreateDirectory("/tmp/test2", 0777), true);
|
||||||
// TODO: delete dirs
|
// TODO: delete dirs
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user