guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: tar: Add chained renames and Directory to hurd skipped tests


From: guix-commits
Subject: 03/03: gnu: tar: Add chained renames and Directory to hurd skipped tests.
Date: Sun, 30 Oct 2022 16:59:19 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 1f29136e2552998e90f204b7f5785c599a3ae056
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Oct 30 20:53:06 2022 +0000

    gnu: tar: Add chained renames and Directory to hurd skipped tests.
    
    * gnu/packages/base.scm (tar)[arguments]: Include chained renames and
    Directory in the tests skipped for when building for the hurd.
---
 gnu/packages/base.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 547b64869c..5674036318 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -216,6 +216,8 @@ implementation offers several extensions over the standard 
utility.")
                      ",!concatenated incremental archives (renames)"
                      ",!renamed directory containing subdirectories"
                      ",!renamed subdirectories"
+                     ",!chained renames"
+                     ",!Directory"
                      "'")))
             '())
       #:phases (modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]