summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/check-qemu-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install
index 43117b2b..b5ccc0b3 100755
--- a/scripts/check-qemu-install
+++ b/scripts/check-qemu-install
@@ -291,7 +291,7 @@ try:
#################################################
log.info("Executing test-suite ")
- c.sendline('sudo /usr/bin/vyos-smoketest')
+ c.sendline('/usr/bin/vyos-smoketest')
i = c.expect(['\n +Invalid command:',
'\n +Set failed',
'No such file or directory',