]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove a debugging shim.
authorTim Kientzle <kientzle@gmail.com>
Sun, 11 Apr 2010 23:38:59 +0000 (19:38 -0400)
committerTim Kientzle <kientzle@gmail.com>
Sun, 11 Apr 2010 23:38:59 +0000 (19:38 -0400)
SVN-Revision: 2237

tar/test/test_option_keep_newer.c

index 9efa6ed777c3a44611e9844c304e74bcf29e8558..3062587d06694c65bf5a8ab1aa4cce84a0157a9c 100644 (file)
@@ -37,7 +37,7 @@ DEFINE_TEST(test_option_keep_newer)
        assertChdir("test1");
        assertMakeFile("file", 0644, "new");
        assertEqualInt(0,
-           systemf("pwd;%s -xf ../%s >test.out 2>test.err", testprog, reffile));
+           systemf("%s -xf ../%s >test.out 2>test.err", testprog, reffile));
        assertFileContents("old\n", 4, "file");
        assertEmptyFile("test.out");
        assertEmptyFile("test.err");