From: Philippe Mathieu-Daudé Date: Sat, 19 Oct 2019 15:34:34 +0000 (+0200) Subject: tests/ssh_linux_malta: Remove duplicated test X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c91839ffa8402e10a8c3db1fe9fc60ee9ca953cf;p=qemu.git tests/ssh_linux_malta: Remove duplicated test Remove duplicated test (probably copy/paste error in commit 9090d3332cdcc). Signed-off-by: Philippe Mathieu-Daudé Signed-off-by: Aleksandar Markovic Reviewed-by: Aleksandar Markovic Message-Id: <20191019153437.9820-9-f4bug@amsat.org> --- diff --git a/tests/acceptance/linux_ssh_mips_malta.py b/tests/acceptance/linux_ssh_mips_malta.py index 6ecf33509c..007bcdbc6b 100644 --- a/tests/acceptance/linux_ssh_mips_malta.py +++ b/tests/acceptance/linux_ssh_mips_malta.py @@ -152,9 +152,6 @@ class LinuxSSH(Test): self.ssh_command_output_contains( 'cat /proc/interrupts', 'eth0') - self.ssh_command_output_contains( - 'cat /proc/interrupts', - 'eth0') self.ssh_command_output_contains( 'cat /proc/devices', 'input')