]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove unnecessary changing the current working directory.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Tue, 17 Nov 2009 13:32:54 +0000 (08:32 -0500)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Tue, 17 Nov 2009 13:32:54 +0000 (08:32 -0500)
SVN-Revision: 1667

tar/test/test_copy.c

index b4fca93169862438000b5164e8062654bbf001dc..32417b7ab7df18cb276bebe5358267bf271a48fc 100644 (file)
@@ -355,7 +355,6 @@ copy_ustar(void)
        assertEmptyFile("unpack.err");
        assertEmptyFile("unpack.out");
 
-       assert(0 == chdir("original"));
        verify_tree(LIMIT_USTAR);
        assert(0 == chdir("../.."));
 }