The results for test 2 here are short enough to just be included inline.
There's no need to go through the hassle of having a checked-in uuencoded reference file for comparison.
This commit is contained in:
parent
ecf815ecf0
commit
b1feec2392
@ -29,8 +29,8 @@ DEFINE_TEST(test_patterns)
|
||||
{
|
||||
int fd, r;
|
||||
const char *reffile2 = "test_patterns_2.tgz";
|
||||
const char *reffile2_out = "test_patterns_2.tgz.out";
|
||||
const char *reffile3 = "test_patterns_3.tgz";
|
||||
const char *p;
|
||||
|
||||
/*
|
||||
* Test basic command-line pattern handling.
|
||||
@ -55,12 +55,12 @@ DEFINE_TEST(test_patterns)
|
||||
* Test 2: Check basic matching of full paths that start with /
|
||||
*/
|
||||
extract_reference_file(reffile2);
|
||||
extract_reference_file(reffile2_out);
|
||||
|
||||
r = systemf("%s tf %s /tmp/foo/bar > tar2a.out 2> tar2a.err",
|
||||
testprog, reffile2);
|
||||
assertEqualInt(r, 0);
|
||||
assertEqualFile("tar2a.out", reffile2_out);
|
||||
p = "/tmp/foo/bar/\n/tmp/foo/bar/baz\n";
|
||||
assertFileContents(p, strlen(p), "tar2a.out");
|
||||
assertEmptyFile("tar2a.err");
|
||||
|
||||
/*
|
||||
|
@ -1,5 +0,0 @@
|
||||
$FreeBSD$
|
||||
begin 644 test_patterns_2.tgz.out
|
||||
?+W1M<"]F;V\O8F%R+PHO=&UP+V9O;R]B87(O8F%Z"@``
|
||||
`
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user