X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ftests_filesystem%2Ftest_huge_file.cpp;h=d360345db62258e1e0731c22cbee17a07aab9e8b;hb=d60e7a2467ab8be80a06ba670ccba1819ca7c0e4;hp=f9209eb75018ea9b59a513f985e772e18bf934e8;hpb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;p=feisty_meow.git diff --git a/nucleus/library/tests_filesystem/test_huge_file.cpp b/nucleus/library/tests_filesystem/test_huge_file.cpp index f9209eb7..d360345d 100644 --- a/nucleus/library/tests_filesystem/test_huge_file.cpp +++ b/nucleus/library/tests_filesystem/test_huge_file.cpp @@ -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++) {