From 624754a8239482f9ffc4da7c29a3393c9b883bbd Mon Sep 17 00:00:00 2001 From: Michihiro NAKAJIMA Date: Tue, 17 Nov 2009 08:32:54 -0500 Subject: [PATCH] Remove unnecessary changing the current working directory. SVN-Revision: 1667 --- tar/test/test_copy.c | 1 - 1 file changed, 1 deletion(-) 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("../..")); } -- 2.47.3