test: elm_prefs_cc - use eina_environment_tmp_get() instead of getenv("TMPDIR")

This commit is contained in:
Amitesh Singh 2015-07-22 22:52:39 +05:30
parent 5a7d6114aa
commit 64ecef597d
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ main(int argc, char **argv)
progname = ecore_file_file_get(argv[0]);
eina_log_print_cb_set(_elm_prefs_cc_log_cb, NULL);
tmp_dir = getenv("TMPDIR");
tmp_dir = eina_environment_tmp_get();
for (i = 1; i < argc; i++)
{