conventions, so a naive file comparison can't be used to test
it. Someday, I'll put together code to carefully parse and verify
the format. Until then, at least shut up the bogus warnings.
Submitted by: Diego Petten\242
SVN-Revision: 270
assertEqualInt(r, 0);
assertFileContents("1 block\n", 8, "tv.err");
extract_reference_file("test_option_tv.stdout");
- assertEqualFile("tv.out", "test_option_tv.stdout");
+
+ /* This doesn't work because the usernames on different systems
+ * are different and cpio now looks up numeric UIDs on
+ * the local system. */
+ /* assertEqualFile("tv.out", "test_option_tv.stdout"); */
}