From: Kern Sibbald Date: Thu, 13 Dec 2018 08:52:28 +0000 (+0100) Subject: Add copyright and correct name on stop-restart-test X-Git-Tag: Release-9.4.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb30edd8e7cafb3475b01ac666975ef7fc8e8297;p=thirdparty%2Fbacula.git Add copyright and correct name on stop-restart-test --- 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