Skip to content

Commit

Permalink
reftests: update set env test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Oct 11, 2021
1 parent b810c06 commit 610dd0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/reftests/env.test
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ Done.
### opam env | grep "NV_VARS"
NV_VARS='${BASEDIR}/OPAM/setenv/doc/nv:${OPAMTMP}/OPAM/setenv/share/nv'; export NV_VARS;
### bash -c "eval $(opam env) ; opam env --revert" | grep "NV_VARS"
NV_VARS=''; export NV_VARS;
### NV_VARS=/another/path
### opam env | grep "NV_VARS"
NV_VARS='${BASEDIR}/OPAM/setenv/doc/nv:${OPAMTMP}/OPAM/setenv/share/nv:/another/path'; export NV_VARS;
### bash -c "eval $(opam env) ; opam env --revert" | grep "NV_VARS"
NV_VARS='/another/path'; export NV_VARS;

0 comments on commit 610dd0f

Please sign in to comment.