From a832b4180ec3ea833ff4fde36c24eb215c043677 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 14 Feb 2023 21:54:26 +0200 Subject: [PATCH] gnu: tar: Actually fix test suite on 32-bit systems. This is a follow-up to 87423addf503fc2b44dc2f863d6db1712d67c55c. * gnu/packages/base.scm (tar)[arguments]: Actually skip the broken test on 32-bit systems, not run ONLY that test. --- gnu/packages/base.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 2a622b61a3..b9fb09272d 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -237,7 +237,7 @@ (define-public tar ;; tar-1.34 isn't aware of 64-bit time_t and upstream suggests ;; skipping the test for this release on 32-bit systems. ((not (target-64bit?)) - '(#:make-flags (list "TESTSUITEFLAGS= -k 'tricky time stamps'"))) + '(#:make-flags (list "TESTSUITEFLAGS= -k '!tricky time stamps'"))) (else '())) #:phases (modify-phases %standard-phases (add-before 'build 'set-shell-file-name