mirror of
https://github.com/bkaradzic/bx.git
synced 2026-08-27 21:48:30 +00:00
Added home dir lookup.
This commit is contained in:
@@ -119,6 +119,6 @@ TEST_CASE("FilePath", "")
|
||||
|
||||
TEST_CASE("FilePath temp", "")
|
||||
{
|
||||
bx::FilePath tmp(bx::TempDir::Tag);
|
||||
bx::FilePath tmp(bx::Dir::Temp);
|
||||
REQUIRE(0 != bx::strCmp(".", tmp.getPath().getPtr() ) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user