summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--auto-virtserial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto-virtserial.c b/auto-virtserial.c
index 5ca945b..2b52d03 100644
--- a/auto-virtserial.c
+++ b/auto-virtserial.c
@@ -406,7 +406,7 @@ static int test_multiple_open(int nr)
return err;
ret = guest_open_port(nr);
- err = result(__func__, true, "multiple", ret, -EMFILE, 0, OP_EQ, true);
+ err = result(__func__, true, "multiple", ret, 0, 0, OP_LT, true);
ret = guest_close_port(nr);
if (ret)
debug("%s: close return: %d\n", __func__, ret);