with security features enabled), the default tar format chooses
to include pax extensions, which confuses the validation logic in
this test.
SVN-Revision: 1805
fclose(f);
/* Archive that one file. */
- r = systemf("%s cf archive.tar f1 >step1.out 2>step1.err", testprog);
+ r = systemf("%s cf archive.tar --format=ustar f1 >step1.out 2>step1.err", testprog);
failure("Error invoking %s cf archive.tar f1", testprog);
assertEqualInt(r, 0);
fclose(f);
/* Update the archive. */
- r = systemf("%s rf archive.tar f1 >step2.out 2>step2.err", testprog);
+ r = systemf("%s rf archive.tar --format=ustar f1 >step2.out 2>step2.err", testprog);
failure("Error invoking %s rf archive.tar f1", testprog);
assertEqualInt(r, 0);