From fb30edd8e7cafb3475b01ac666975ef7fc8e8297 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 13 Dec 2018 09:52:28 +0100 Subject: [PATCH] Add copyright and correct name on stop-restart-test --- regress/tests/stop-restart-test | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/regress/tests/stop-restart-test b/regress/tests/stop-restart-test index a4b51057c..fe2f1c181 100755 --- a/regress/tests/stop-restart-test +++ b/regress/tests/stop-restart-test @@ -1,9 +1,13 @@ #!/bin/sh # +# Copyright (C) 2000-2018 Kern Sibbald +# License: BSD 2-Clause; see file LICENSE-FOSS +# +# # Run a backup of the build directory but do a stop and restart in the middle # and check that it restarts correctly. # -TestName="stop-restart-job" +TestName="stop-restart-test" JobName=RestartJob . scripts/functions -- 2.47.3