[lvm-devel] master - tests: using matching type

Zdenek Kabelac zkabelac at fedoraproject.org
Tue Oct 27 15:04:01 UTC 2015


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=6e1e0e881368be6337599dcf7f627f785ebf415c
Commit:        6e1e0e881368be6337599dcf7f627f785ebf415c
Parent:        4159680a0ee7eceb4d5124c1e4e78b418b12f357
Author:        Zdenek Kabelac <zkabelac at redhat.com>
AuthorDate:    Tue Oct 27 15:33:59 2015 +0100
Committer:     Zdenek Kabelac <zkabelac at redhat.com>
CommitterDate: Tue Oct 27 16:00:10 2015 +0100

tests: using matching type

Compare time_t.
---
 test/lib/brick-shelltest.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/lib/brick-shelltest.h b/test/lib/brick-shelltest.h
index ccb4fb4..cc7135f 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




More information about the lvm-devel mailing list