diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2018-07-09 12:18:10 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2018-07-09 12:18:10 +0200 |
commit | f10130df30ed342e6064aa60d2a56f5107385d6b (patch) | |
tree | 202b9eac5bfd92ebfcb3b6402d68141032054eb0 /build-aux/test-driver | |
parent | 12af0f6afae11029a608e33b98047aea4e82da7d (diff) | |
parent | 86fee0b29894235a4a9a5e64afe0a643841f500f (diff) |
Merge branch 'release/debian/0.8.5-2'debian/0.8.5-2
Diffstat (limited to 'build-aux/test-driver')
-rwxr-xr-x | build-aux/test-driver | 6 |
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: |