gnu: tar: Actually fix test suite on 32-bit systems.

This is a follow-up to 87423addf5.

* gnu/packages/base.scm (tar)[arguments]: Actually skip the broken test
on 32-bit systems, not run ONLY that test.
This commit is contained in:
Efraim Flashner 2023-02-14 21:54:26 +02:00
parent da7d615629
commit a832b4180e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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