cleaning up usage of TMP variable to always get it from environment class.
[feisty_meow.git] / nucleus / library / tests_filesystem / test_huge_file.cpp
index f9209eb75018ea9b59a513f985e772e18bf934e8..d360345db62258e1e0731c22cbee17a07aab9e8b 100644 (file)
@@ -57,9 +57,8 @@ void test_huge_file::run_file_scan()
   files.zap(0, 0);  // toss the first element since that's our app filename.
 
   if (!files.length()) {
-    // pretend they gave us the list of files in the TMP directory.  some of
+    // pretend they gave us the list of files in the current directory.  some of
     // these might fail if they're locked up.
-//    astring tmpdir = environment::get("TMP");
     astring tmpdir = application_configuration::current_directory();
     directory dir(tmpdir);
     for (int i = 0; i < dir.files().length(); i++) {