diff options
author | Sergei Golubchik <serg@mariadb.org> | 2019-04-26 12:25:09 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2019-04-26 12:25:09 +0200 |
commit | 879f7e85aa08dda613ea2f481e53392da4864741 (patch) | |
tree | 4c80f89f6db2fbf5b8279453648aa279a19e2db0 /pcre/test-driver | |
parent | cf242aded51f1e1fb53b75911ab7e4da3af37eb4 (diff) | |
download | mariadb-git-879f7e85aa08dda613ea2f481e53392da4864741.tar.gz |
8.43
Diffstat (limited to 'pcre/test-driver')
-rwxr-xr-x | pcre/test-driver | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pcre/test-driver b/pcre/test-driver index 0218a01f616..b8521a482e2 100755 --- a/pcre/test-driver +++ b/pcre/test-driver @@ -1,9 +1,9 @@ #! /bin/sh # test-driver - basic testsuite driver script. -scriptversion=2016-01-11.22; # UTC +scriptversion=2018-03-07.03; # UTC -# Copyright (C) 2011-2017 Free Software Foundation, Inc. +# Copyright (C) 2011-2018 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 @@ -16,7 +16,7 @@ scriptversion=2016-01-11.22; # UTC # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -140,7 +140,7 @@ echo ":copy-in-global-log: $gcopy" >> $trs_file # Local Variables: # mode: shell-script # sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" |