From: Michihiro NAKAJIMA Date: Tue, 17 Nov 2009 13:32:54 +0000 (-0500) Subject: Remove unnecessary changing the current working directory. X-Git-Tag: v2.8.0~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=624754a8239482f9ffc4da7c29a3393c9b883bbd;p=thirdparty%2Flibarchive.git Remove unnecessary changing the current working directory. SVN-Revision: 1667 --- diff --git a/tar/test/test_copy.c b/tar/test/test_copy.c index b4fca9316..32417b7ab 100644 --- a/tar/test/test_copy.c +++ b/tar/test/test_copy.c @@ -355,7 +355,6 @@ copy_ustar(void) assertEmptyFile("unpack.err"); assertEmptyFile("unpack.out"); - assert(0 == chdir("original")); verify_tree(LIMIT_USTAR); assert(0 == chdir("../..")); }