summaryrefslogtreecommitdiff
path: root/tar/test/test_extract_tar_lzma.c
diff options
context:
space:
mode:
Diffstat (limited to 'tar/test/test_extract_tar_lzma.c')
-rw-r--r--tar/test/test_extract_tar_lzma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tar/test/test_extract_tar_lzma.c b/tar/test/test_extract_tar_lzma.c
index 977f6d69..2fa2af04 100644
--- a/tar/test/test_extract_tar_lzma.c
+++ b/tar/test/test_extract_tar_lzma.c
@@ -32,7 +32,7 @@ DEFINE_TEST(test_extract_tar_lzma)
extract_reference_file(reffile);
f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile);
- if (f == 0 || canUnlzma()) {
+ if (f == 0 || canLzma()) {
assertEqualInt(0, systemf("%s -xf %s >test.out 2>test.err",
testprog, reffile));