Lines Matching +full:test_singlefile +full:. +full:zip
5 * All rights reserved.7 #include "test.h"10 DEFINE_TEST(test_singlefile)12 const char *reffile = "test_singlefile.zip";16 r = systemf("%s %s >test.out 2>test.err", testprog, reffile);18 assertNonEmptyFile("test.out");19 assertEmptyFile("test.err");21 assertTextFileContents("hello\n", "file.txt");