fix the vget test

pull/2121/head
Alexander Medvednikov 2019-09-28 14:58:24 +03:00
parent dc28c787d1
commit 0bfb88e2e6
1 changed files with 2 additions and 1 deletions

View File

@ -1024,7 +1024,8 @@ fn install_v(args[]string) {
}
fn (v &V) test_vget() {
ret := os.system('v install nedpals.args')
vexe := os.executable()
ret := os.system('$vexe install nedpals.args')
if ret != 0 {
println('failed to run v install')
exit(1)