summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-10-27 15:33:59 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2015-10-27 16:00:10 +0100
commit6e1e0e881368be6337599dcf7f627f785ebf415c (patch)
tree7a64a693b121940f89c2c0a56f3bf64b6385b3d2
parent4159680a0ee7eceb4d5124c1e4e78b418b12f357 (diff)
downloadlvm2-6e1e0e881368be6337599dcf7f627f785ebf415c.tar.gz
tests: using matching type
Compare time_t.
-rw-r--r--test/lib/brick-shelltest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/brick-shelltest.h b/test/lib/brick-shelltest.h
index ccb4fb44f..cc7135f5d 100644
--- a/test/lib/brick-shelltest.h
+++ b/test/lib/brick-shelltest.h
@@ -82,7 +82,7 @@
#include "configure.h"
/* Timeout for the whole test suite in hours */
-static const unsigned TEST_SUITE_TIMEOUT = 4;
+static const time_t TEST_SUITE_TIMEOUT = 4;
#ifndef BRICK_SHELLTEST_H
#define BRICK_SHELLTEST_H