aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compression/test_init.py')
-rw-r--r--tests/compression/test_init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compression/test_init.py b/tests/compression/test_init.py
index f1fe5bd..9219560 100644
--- a/tests/compression/test_init.py
+++ b/tests/compression/test_init.py
@@ -46,7 +46,7 @@ class TestArComp:
ArComp(file, ext=".foo")
def test_missing_tar(self, tmp_path, tar_file):
- with hide_binary("tar"), chdir(tmp_path):
+ with hide_binary("gtar", "tar"), chdir(tmp_path):
with pytest.raises(ArCompError, match="required binary not found"):
ArComp(tar_file, ext=".tar").unpack(dest=tmp_path)