Lines Matching +full:test_expand +full:. +full:z
5 * All rights reserved.
7 #include "test.h"
11 const char *reffile1 = "test_expand.plain";
12 const char *reffile2 = "test_expand.error";
13 const char *reffile3 = "test_expand.Z";
18 assert(0 != systemf("%s %s %s %s >test.out 2>test.err",
22 "contents of test_expand.plain.\n"
23 "contents of test_expand.Z.\n", "test.out");
24 assertNonEmptyFile("test.err");