]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/base-job-test
Big backport from Enterprise
[bacula/bacula] / regress / tests / base-job-test
index abcebac1eed3907a3b247a6df49dfd6b1dda18a6..1048a7a43ebb4b714c132ebbc96e7b92bb91d82a 100755 (executable)
@@ -1,9 +1,7 @@
 #!/bin/sh
 #
-# Copyright (C) 2000-2015 Kern Sibbald
+# Copyright (C) 2000-2017 Kern Sibbald
 # License: BSD 2-Clause; see file LICENSE-FOSS
-#
-
 #
 # Run a basejob backup of the Bacula build directory
 #   then restore it.
@@ -112,7 +110,7 @@ if [ $? -ne 0 ]; then
     bstat=2
 fi
 
-grep -e 'Using Base JobId(s): 1$'  ${cwd}/tmp/log4.out > /dev/null
+grep -e 'Using BaseJobId(s): 1$'  ${cwd}/tmp/log4.out > /dev/null
 if [ $? -ne 0 ]; then
     print_debug "ERROR: The first full job should use only jobid=1 as basejob"
     bstat=2