summaryrefslogtreecommitdiff
path: root/build-aux/test-driver
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2018-03-21 22:11:05 +0100
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2018-03-21 22:11:05 +0100
commit6d05f3e01a26fa416c9d0150163db20abac4b4ef (patch)
treeb568a83a8759142bd580ee5bd59497092dc9c6f4 /build-aux/test-driver
parentbb0fbadacbd603b1e8d258f75ff5ca8ee481feb4 (diff)
New upstream version 0.8.5upstream/0.8.5
Diffstat (limited to 'build-aux/test-driver')
-rwxr-xr-xbuild-aux/test-driver6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-aux/test-driver b/build-aux/test-driver
index 8e575b0..0218a01 100755
--- a/build-aux/test-driver
+++ b/build-aux/test-driver
@@ -1,9 +1,9 @@
#! /bin/sh
# test-driver - basic testsuite driver script.
-scriptversion=2013-07-13.22; # UTC
+scriptversion=2016-01-11.22; # UTC
-# Copyright (C) 2011-2014 Free Software Foundation, Inc.
+# Copyright (C) 2011-2017 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -143,6 +143,6 @@ echo ":copy-in-global-log: $gcopy" >> $trs_file
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
# time-stamp-end: "; # UTC"
# End: