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

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Aug 31, 2013
1 parent 3890dd1 commit fb5d8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/status-schedule-test
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ else
fi

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

0 comments on commit fb5d8fd

Please sign in to comment.