tests: nfs-root-fs: Use the right store file name.
* gnu/tests/nfs.scm (run-nfs-root-fs-test): Pass "nfs-root-fs-test" as the first argument to 'gexp->derivation'.
This commit is contained in:
		
							parent
							
								
									de6b649f80
								
							
						
					
					
						commit
						7286c9b187
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -404,7 +404,7 @@ directories can be mounted.") | ||||||
|           (test-end) |           (test-end) | ||||||
|           (exit (= (test-runner-fail-count (test-runner-current)) 0))))) |           (exit (= (test-runner-fail-count (test-runner-current)) 0))))) | ||||||
| 
 | 
 | ||||||
|   (gexp->derivation "nfs-server-test" test)) |   (gexp->derivation "nfs-root-fs-test" test)) | ||||||
| 
 | 
 | ||||||
| (define %test-nfs-root-fs | (define %test-nfs-root-fs | ||||||
|   (system-test |   (system-test | ||||||
|  |  | ||||||
		Reference in a new issue