Lines Matching +full:test_basic +full:. +full:zip
5 * All rights reserved.
7 #include "test.h"
12 const char *reffile = "test_basic.zip";
16 r = systemf("%s %s test_*/[ab] >test.out 2>test.err", testprog, reffile);
18 assertNonEmptyFile("test.out");
19 assertEmptyFile("test.err");
21 assertTextFileContents("contents a\n", "test_basic/a");
22 assertTextFileContents("contents b\n", "test_basic/b");
23 assertFileNotExists("test_basic/c");
24 assertFileNotExists("test_basic/CAPS");