summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/check-qemu-install1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install
index b12f0733..94300d34 100755
--- a/scripts/check-qemu-install
+++ b/scripts/check-qemu-install
@@ -279,7 +279,6 @@ try:
log.info("Basic CLI configuration mode test")
c.sendline('configure')
c.expect(r'vyos@vyos#')
- c.sendline('show')
c.sendline('run show version')
c.sendline('exit')
c.expect(r'vyos@vyos:~\$')