Home | History | Annotate | Download | only in run-routeup
      1 #!/bin/sh
      2 . "$(dirname $0)"/../common.sh
      3 
      4 inc_counter "runs"
      5 c=$(counter "runs")
      6 [ $c -eq 2 ] && passed
      7 
      8 # Always emit a bogus time so that stdin retriggers.
      9 src/test/emit "0"
     10