Lines Matching refs:tmpdir
1772 test_run(int i, const char *tmpdir) in test_run() argument
1790 if (!assertChdir(tmpdir)) { in test_run()
1792 "ERROR: Can't chdir to top work dir %s\n", tmpdir); in test_run()
1804 tmpdir, tests[i].name); in test_run()
1823 if (!assertChdir(tmpdir)) { in test_run()
1825 tmpdir); in test_run()
1836 if (!keep_temp_files && assertChdir(tmpdir)) { in test_run()
1980 char tmpdir[256]; in main() local
2126 sprintf(tmpdir, "%s/%s.%s-%03d", tmp, progname, in main()
2128 if (assertMakeDir(tmpdir,0755)) in main()
2133 tmpdir); in main()
2150 printf(" %s\n", tmpdir); in main()
2171 if (test_run(i, tmpdir)) in main()
2198 if (test_run(i, tmpdir)) in main()
2226 printf("Details for failing tests: %s\n", tmpdir); in main()
2239 rmdir(tmpdir); in main()