From c65ee25a756071deedf49f5f0fcf117984727b64 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 23 Jul 2012 18:20:41 +0100 Subject: tests: Remove get-pid test. If the libvirt attach-method is used, then there is no known PID (libvirt hides it). --- generator/generator_actions.ml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 180fce4e..447a334e 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -448,10 +448,7 @@ see L." }; name = "get_pid"; style = RInt "pid", [], []; fish_alias = ["pid"]; - tests = [ - InitNone, Always, TestOutputIntOp ( - [["get_pid"]], ">=", 1) - ]; + tests = []; shortdesc = "get PID of qemu subprocess"; longdesc = "\ Return the process ID of the qemu subprocess. If there is no -- cgit