summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/ark-skip-xar-test.patch
diff options
context:
space:
mode:
authorZheng Junjie <[email protected]>2025-01-10 00:36:45 +0800
committerZheng Junjie <[email protected]>2025-01-22 18:22:24 +0800
commit220e323893b28247a348e530ea79f0a93c345a89 (patch)
treed94a9c023293dceccb1f30fa8f91bc6279bde14e /gnu/packages/patches/ark-skip-xar-test.patch
parent74536e137de76d132d77771de98977afdc22ff4d (diff)
gnu: ark: Update to 24.12.1.
* gnu/packages/kde-utils.scm (ark): Update to 24.12.1. * gnu/packages/patches/ark-skip-xar-test.patch: Adjust it. Change-Id: Ib8cb7ec347b6373a2fbe7857925dea4b0d7af782
Diffstat (limited to 'gnu/packages/patches/ark-skip-xar-test.patch')
-rw-r--r--gnu/packages/patches/ark-skip-xar-test.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/patches/ark-skip-xar-test.patch b/gnu/packages/patches/ark-skip-xar-test.patch
index be891ad139..e9286618cb 100644
--- a/gnu/packages/patches/ark-skip-xar-test.patch
+++ b/gnu/packages/patches/ark-skip-xar-test.patch
@@ -15,7 +15,7 @@ Guix libarchive no support xar.
--- ark-24.05.2.orig/autotests/kerfuffle/extracttest.cpp 2024-07-08 11:21:25.849219202 +0800
+++ ark-24.05.2/autotests/kerfuffle/extracttest.cpp 2024-07-08 11:22:01.413789814 +0800
-@@ -329,18 +329,5 @@
+@@ -329,19 +329,6 @@
qDebug() << "lz4 executable not found in path. Skipping lz4 test.";
}
@@ -32,5 +32,6 @@ Guix libarchive no support xar.
- archivePath = QFINDTESTDATA("data/simplearchive.xar");
- setupRow("extract all entries from a xar archive with path", archivePath, QList<Archive::Entry *>(), optionsPreservePaths, 6);
-
- archivePath = QFINDTESTDATA("data/hello-1.0-x86_64.AppImage");
- setupRow("extract all entries from an AppImage with path", archivePath, QList<Archive::Entry *>(), optionsPreservePaths, 7);
+ // Test tarball with leading /, i.e. here /tmp/testfile instead of tmp/testfile
+ archivePath = QFINDTESTDATA("data/absolutepath.tar.xz");
+ setupRow("extract all entries from a tar archive with absolute path", archivePath, QList<Archive::Entry *>(), optionsPreservePaths, 2);