fixing loose paths.
authorChris Koeritz <fred@gruntose.com>
Tue, 13 Sep 2016 15:36:23 +0000 (11:36 -0400)
committerChris Koeritz <fred@gruntose.com>
Tue, 13 Sep 2016 15:36:23 +0000 (11:36 -0400)
nucleus/library/tests_filesystem/test_directory_tree.cpp
production/paths.ini

index f0a84671604fd6153bbe54fadded32ebd148e910..d413f67df9d01c1ce2dbbf8f3e201d2b6119f109 100644 (file)
@@ -195,7 +195,7 @@ LOG(diffs.text_form());
 LOG("reading tree to recreate");
     directory_tree dir(path, pattern.s());
     ASSERT_TRUE(dir.good(), "makedirs test directory reading");
-    filename tmpdir(environment::get("TMP") + "/zz_balfazzaral");
+    filename tmpdir(environment::get("GENERATED_DIR") + "/zz_balfazzaral");
     LOG(astring("will write to tmp in ") + tmpdir);
     basis::outcome result = dir.make_directories(tmpdir.raw());
     ASSERT_EQUAL(result.value(), common::OKAY, "makedirs should succeed");
index c7b2ef18dcdcfc2feea8a2af4711a1045294d868..8235e6601d1c510daea5b1a2560805d1ca46a575 100644 (file)
@@ -1,3 +1,3 @@
 [Common]
-LogPath=$TMP/logs
+LogPath=$GENERATED_DIR/logs