diff options
-rwxr-xr-x | scripts/check-qemu-install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index f015ad9b..04e2c02b 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -282,7 +282,6 @@ try: c.sendline('run show version') c.sendline('exit') c.expect(r'vyos@vyos:~\$') - c.sendline('show interfaces') ################################################# # Executing test-suite |