2 Commits
Author SHA1 Message Date
Joshua B. Bussdieker e207ebc7fa Forgot source line 2014-04-27 12:45:34 -07:00
Joshua B. Bussdieker c1dd5474ac Add test for issue #64 2014-04-27 12:19:11 -07:00
+9
View File
@@ -0,0 +1,9 @@
source $GVM_ROOT/scripts/gvm
gvm install 1.2 #status=0
gvm list #status=0; match=/1\.2/
gvm install go1.2 #status=0
gvm list #status=0; match=/go1\.2/
gvm use 1.2 #status=0
go version #status=0; match=/1\.2/
gvm use go1.2 #status=0
go version #status=0; match=/go1\.2/