From c1dd5474acf1ba7f3b05994119fdc9c941f205f6 Mon Sep 17 00:00:00 2001 From: "Joshua B. Bussdieker" Date: Sun, 27 Apr 2014 12:19:11 -0700 Subject: [PATCH] Add test for issue #64 --- tests/gvm_install_comment_test.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/gvm_install_comment_test.sh diff --git a/tests/gvm_install_comment_test.sh b/tests/gvm_install_comment_test.sh new file mode 100644 index 0000000..460afe0 --- /dev/null +++ b/tests/gvm_install_comment_test.sh @@ -0,0 +1,8 @@ +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/