tests: Use the canonical current directory name.

* tests/guix-environment-container.sh (current_dir): New variable.  Use
  it when grepping "mounts".
This commit is contained in:
Ludovic Courtès 2015-11-04 12:10:11 +01:00
parent 47b3124a8e
commit c8855b9918
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ guix environment --container --ad-hoc --bootstrap guile-bootstrap \
cat "$tmpdir/mounts"
test `wc -l < $tmpdir/mounts` -eq 3
grep -e "$PWD$" $tmpdir/mounts # current directory
current_dir="`cd $PWD; pwd -P`"
grep -e "$current_dir$" $tmpdir/mounts # current directory
grep $(guix build guile-bootstrap) $tmpdir/mounts
grep -e "$NIX_STORE_DIR/.*-bash" $tmpdir/mounts # bootstrap bash