gnu: xfstests: Fix typo.
Syntax-highlighted monospace is overrated. Nothing like glancing at Webmail to spot obvious bugs. * gnu/packages/file-systems.scm (xfstests)[arguments]: Omit /usr from /bin/time.
This commit is contained in:
		
							parent
							
								
									c6d1801015
								
							
						
					
					
						commit
						811c9712cd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -893,7 +893,7 @@ APFS.")
 | 
				
			||||||
                             (("/bin/(rm|true)" match)
 | 
					                             (("/bin/(rm|true)" match)
 | 
				
			||||||
                              (string-append (assoc-ref inputs "coreutils")
 | 
					                              (string-append (assoc-ref inputs "coreutils")
 | 
				
			||||||
                                             match))
 | 
					                                             match))
 | 
				
			||||||
                             (("/usr/bin/time" match)
 | 
					                             (("/usr(/bin/time)" _ match)
 | 
				
			||||||
                              (string-append (assoc-ref inputs "time")
 | 
					                              (string-append (assoc-ref inputs "time")
 | 
				
			||||||
                                             match))))
 | 
					                                             match))))
 | 
				
			||||||
                         (append (find-files "common" ".*")
 | 
					                         (append (find-files "common" ".*")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue