Skip to content

Commit 0f9250c

Browse files
committed
Update tests/unit/test_utils_unpacking.py
1 parent ea8941d commit 0f9250c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/test_utils_unpacking.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,6 @@ def test_unpack_tar_links(self, input_prefix: str, unpack_prefix: str) -> None:
228228

229229
untar_file(test_tar, self.tempdir)
230230

231-
os.system(f"ls -alR {self.tempdir}")
232-
233231
unpack_dir = os.path.join(self.tempdir, unpack_prefix)
234232
with open(os.path.join(unpack_dir, "regular_file.txt"), "rb") as f:
235233
assert f.read() == content

0 commit comments

Comments
 (0)