tests: Remove temporary directory created by nar.scm.
* tests/nar.scm ("write-file + restore-file with symlinks"): Add (rm-rf
  output).
			
			
This commit is contained in:
		
							parent
							
								
									9adb6934f4
								
							
						
					
					
						commit
						77ffd691bf
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -196,7 +196,8 @@
 | 
			
		|||
                  (cut restore-file <> output))
 | 
			
		||||
                (file-tree-equal? input output))
 | 
			
		||||
              (lambda ()
 | 
			
		||||
                (false-if-exception (delete-file nar)))))))
 | 
			
		||||
                (false-if-exception (delete-file nar))
 | 
			
		||||
                (false-if-exception (rm-rf output)))))))
 | 
			
		||||
      (lambda ()
 | 
			
		||||
        (rmdir input)))))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue