Lines Matching +full:test_expand +full:. +full:z
5 * All rights reserved.
7 #include "test.h"
11 const char *reffile1 = "test_expand.Z";
12 const char *reffile2 = "test_expand.plain";
16 assertEqualInt(0, systemf("%s %s %s >test.out 2>test.err",
20 "contents of test_expand.Z.\n"
21 "contents of test_expand.plain.\n", "test.out");
22 assertEmptyFile("test.err");