Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Fix test now default schedule days == 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Sep 5, 2013
1 parent 64d9f9e commit dbf54bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/status-schedule-test
Expand Up @@ -43,7 +43,7 @@ run_bareos
stop_bareos

NRLINES=`grep TestSchedule tmp/log1.out | wc -l`
if [ $NRLINES = "337" ]; then
if [ $NRLINES = "169" ]; then
print_debug "status scheduler OK"
else
estat=1
Expand All @@ -64,7 +64,7 @@ else
fi

NRLINES=`grep TestSchedule tmp/log4.out | wc -l`
if [ $NRLINES = "338" ]; then
if [ $NRLINES = "169" ]; then
print_debug "status scheduler schedule=TestSchedule OK"
else
estat=4
Expand Down

0 comments on commit dbf54bc

Please sign in to comment.