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:
		
							parent
							
								
									da7d615629
								
							
						
					
					
						commit
						a832b4180e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -237,7 +237,7 @@ implementation offers several extensions over the standard utility.") | |||
|           ;; 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 | ||||
|  |  | |||
		Reference in a new issue