Searched refs:test_file (Results 1 – 1 of 1) sorted by relevance
29 static char *test_file; variable37 if (asprintf (&test_file, "%s.test", argv[0]) < 0) in do_prepare()55 if ((fp = fopen (test_file, "w+")) == NULL) in do_test()96 if ((fd = open (test_file, O_RDONLY)) == -1) in do_test()98 printf ("open (%s, O_RDONLY) failed\n", test_file); in do_test()157 unlink (test_file); in do_test()158 free (test_file); in do_test()
Completed in 2 milliseconds