Merge pull request #1770 from dtzWill/fix/run-test-sandbox-ubuntu
run.sh: include lib64 in sandbox-paths to fix on ubuntu 16.XX
This commit is contained in:
		
						commit
						f68c2b5a78
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -18,10 +18,10 @@ if [[ $(uname) = Linux ]]; then | ||||||
|     # Note: we need the sandbox paths to ensure that the shell is |     # Note: we need the sandbox paths to ensure that the shell is | ||||||
|     # visible in the sandbox. |     # visible in the sandbox. | ||||||
|     nix run --sandbox-build-dir /build-tmp \ |     nix run --sandbox-build-dir /build-tmp \ | ||||||
|         --sandbox-paths '/nix? /bin? /lib? /usr?' \ |         --sandbox-paths '/nix? /bin? /lib? /lib64? /usr?' \ | ||||||
|         --store $TEST_ROOT/store0 -f run.nix hello -c hello | grep 'Hello World' |         --store $TEST_ROOT/store0 -f run.nix hello -c hello | grep 'Hello World' | ||||||
| 
 | 
 | ||||||
|     path2=$(nix run --sandbox-paths '/nix? /bin? /lib? /usr?' --store $TEST_ROOT/store0 -f run.nix hello -c $SHELL -c 'type -p hello') |     path2=$(nix run --sandbox-paths '/nix? /bin? /lib? /lib64? /usr?' --store $TEST_ROOT/store0 -f run.nix hello -c $SHELL -c 'type -p hello') | ||||||
| 
 | 
 | ||||||
|     [[ $path/bin/hello = $path2 ]] |     [[ $path/bin/hello = $path2 ]] | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue