]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo in maxtime-test
authorKern Sibbald <kern@sibbald.com>
Tue, 18 Jan 2011 17:05:59 +0000 (18:05 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:39:50 +0000 (14:39 +0200)
regress/tests/maxtime-test

index a03fae0eb124799ceaf9243adaeb4046a48020b1..3849d508d11127e586e128687ebe1565191bc092 100755 (executable)
@@ -92,7 +92,7 @@ else
    bstat=1
 fi
 
-grep 'Termination:*Backup OK' ${cwd}/tmp/RUN_MAXTIME.log >/dev/null
+grep 'Termination: *Backup OK' ${cwd}/tmp/RUN_MAXTIME.log >/dev/null
 if [ $? -eq 0 ]
 then
     [ "$debug" = 1 ] && echo MAXRUNTIME2 ok