diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2016-10-24 14:19:41 -0200 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2016-10-31 15:09:59 -0200 |
commit | 2df35773cb412e5735ccad21212ce5cc10eb9c09 (patch) | |
tree | 6a9f6743d4c0ab3bc33af4ba7b6282e9d460c9c9 /tests/ide-test.c | |
parent | 6bc56d317f7b5004ea2d89d264bddc8b4d081700 (diff) |
tests: Remove unneeded "-vnc none" option
Some tests use the "-vnc none" option without any clear reason,
making those tests break when --disable-vnc is specified on
./configure. Remove the unnecessary option.
Reviewed-by: John Snow <jsnow@redhat.com>
Tested-by: Corey Minyard <cminyard@mvista.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'tests/ide-test.c')
-rw-r--r-- | tests/ide-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ide-test.c b/tests/ide-test.c index 67c7df0c8d..fb541f88b5 100644 --- a/tests/ide-test.c +++ b/tests/ide-test.c @@ -620,7 +620,6 @@ static void test_retry_flush(const char *machine) prepare_blkdebug_script(debug_path, "flush_to_disk"); ide_test_start( - "-vnc none " "-drive file=blkdebug:%s:%s,if=ide,cache=writeback,format=raw," "rerror=stop,werror=stop", debug_path, tmp_path); |