Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Commit

Permalink
improved rvmrc-create test with reseting 1.9.3 environment and extra …
Browse files Browse the repository at this point in the history
…confirmations ruby is loaded, update rvm/rvm#2531
  • Loading branch information
mpapis committed Jan 12, 2014
1 parent 336b840 commit e504d17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fast/rvmrc-create_comment_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ d=$TMPDIR/test-rvmrc
mkdir $d
pushd $d
command rvm install 1.9.3
rvm 1.9.3-p484 do rvm gemset reset_env
rvm use 1.8.7 --install

: .rvmrc generated
rvm rvmrc create 1.9.3
[ -f .rvmrc ] # status=0
rvm current # match=/1.8.7/
rvm rvmrc trust .rvmrc
rvm rvmrc load .rvmrc
rvm rvmrc load .rvmrc # env[GEM_HOME]=/1.9.3-p484$/ ; env[PATH]=/1.9.3-p484/
rvm current # match=/1.9.3/

: .rvmrc with use
Expand Down

0 comments on commit e504d17

Please sign in to comment.