summaryrefslogtreecommitdiff
path: root/test/simulation/008-ntpera
diff options
context:
space:
mode:
authorVincent Blut <vincent.debian@free.fr>2019-05-03 23:09:08 +0200
committerVincent Blut <vincent.debian@free.fr>2019-05-03 23:09:08 +0200
commit2aeb886c840372ecf7daf6f1461c0aa6c3fc62bc (patch)
tree85bbaf7ab088272e34297039c63fe8ed8302eb80 /test/simulation/008-ntpera
parent6e35115cec449f05061b37a848fca709125a2ce4 (diff)
parentaff496ced38fb2ac20b6b4607c29a9b25042d28f (diff)
Update upstream source from tag 'upstream/3.5-pre1'
Update to upstream version '3.5-pre1' with Debian dir 82dd6af14ed17f2d5308de50d11b159b7e5c84b3
Diffstat (limited to 'test/simulation/008-ntpera')
-rwxr-xr-xtest/simulation/008-ntpera2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simulation/008-ntpera b/test/simulation/008-ntpera
index 3c63419..360a97d 100755
--- a/test/simulation/008-ntpera
+++ b/test/simulation/008-ntpera
@@ -16,7 +16,7 @@ check_packet_interval || test_fail
check_sync || test_fail
# The following tests need 64-bit time_t
-grep -q 'HAVE_LONG_TIME_T 1' ../../config.h || test_skip
+check_config_h 'HAVE_LONG_TIME_T 1' || test_skip
for year in 1990 2090; do
export CLKNETSIM_START_DATE=$(date -d "Jan 1 00:00:00 UTC $year" +'%s')