shell: Adjust test to expect C_INCLUDE_PATH, not CPATH.
This is a followup to 2a3cd4ee35.
* tests/guix-shell.sh: Expect C_INCLUDE_PATH instead of CPATH.
			
			
This commit is contained in:
		
							parent
							
								
									bcff9d6388
								
							
						
					
					
						commit
						3ad135625b
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -83,9 +83,9 @@ then | ||||||
|     profile=`grep "^export PATH" "$tmpdir/a" | sed -r 's|^.*="(.*)/bin"|\1|'` |     profile=`grep "^export PATH" "$tmpdir/a" | sed -r 's|^.*="(.*)/bin"|\1|'` | ||||||
| 
 | 
 | ||||||
|     # Make sure the bootstrap binaries are all listed where they belong. |     # Make sure the bootstrap binaries are all listed where they belong. | ||||||
|     grep -E "^export PATH=\"$profile/bin\""         "$tmpdir/a" |     grep -E "^export PATH=\"$profile/bin\""               "$tmpdir/a" | ||||||
|     grep -E "^export CPATH=\"$profile/include\""    "$tmpdir/a" |     grep -E "^export C_INCLUDE_PATH=\"$profile/include\"" "$tmpdir/a" | ||||||
|     grep -E "^export LIBRARY_PATH=\"$profile/lib\"" "$tmpdir/a" |     grep -E "^export LIBRARY_PATH=\"$profile/lib\""       "$tmpdir/a" | ||||||
|     for dep in bootstrap-binaries-0 gcc-bootstrap-0 glibc-bootstrap-0 |     for dep in bootstrap-binaries-0 gcc-bootstrap-0 glibc-bootstrap-0 | ||||||
|     do |     do | ||||||
| 	guix gc --references "$profile" | grep "$dep" | 	guix gc --references "$profile" | grep "$dep" | ||||||
|  |  | ||||||
		Reference in a new issue