There was an error while loading. Please reload this page.
1 parent 0670cc8 commit 697262aCopy full SHA for 697262a
1 file changed
test/run
@@ -165,9 +165,9 @@ test_application() {
165
166
test_scl_usage "python --version" "Python $VERSION." "${cid_file}"
167
check_result $?
168
- test_scl_usage "node --version" "^v6." "${cid_file}"
+ test_scl_usage "node --version" "^v[0-9]*\.[0-9]*\.[0-9]*" "${cid_file}"
169
170
- test_scl_usage "npm --version" "^3." "${cid_file}"
+ test_scl_usage "npm --version" "^[0-9]*\.[0-9]*\.[0-9]*" "${cid_file}"
171
172
test_connection
173
0 commit comments