1#!/bin/sh
2. "$(dirname "$0")"/../common.sh
3
4reset_counter "runs"
5# If the run count passed, then make sure the
6# time was being set and it wasn't error calls.
7if result_passed; then
8  if check_err 'time set from the network'; then
9    passed
10  else
11    failed
12  fi
13fi
14
15
16