summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2013-08-05 21:12:39 +0200
committerPetr Rockai <prockai@redhat.com>2013-08-28 14:53:23 +0200
commitd07cf851e5e9f501a034ac69d9f544e7426ec82c (patch)
tree9272cec57b6caa3f50d3f8971dfe80c237d7f6b7
parentc1217e6881f6d679c0589078c00350f00c6bee10 (diff)
downloadlvm2-d07cf851e5e9f501a034ac69d9f544e7426ec82c.tar.gz
test: Remove a redundant drain() from the timeout path.
-rw-r--r--test/lib/harness.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lib/harness.c b/test/lib/harness.c
index 586c5d3ac..af30c4497 100644
--- a/test/lib/harness.c
+++ b/test/lib/harness.c
@@ -390,7 +390,6 @@ static void run(int i, char *f) {
kill(-pid, SIGKILL);
w = pid; // waitpid(pid, &st, NULL);
}
- drain();
runaway = 1;
break;
}