aboutsummaryrefslogtreecommitdiff
path: root/tests/run-idle/teardown
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-idle/teardown')
-rw-r--r--tests/run-idle/teardown15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/run-idle/teardown b/tests/run-idle/teardown
new file mode 100644
index 0000000..b153b10
--- /dev/null
+++ b/tests/run-idle/teardown
@@ -0,0 +1,15 @@
+#!/bin/sh
+. "$(dirname "$0")"/../common.sh
+
+reset_counter "runs"
+# If the run count passed, then make sure the
+# time was being set and it wasn't error calls.
+if result_passed; then
+ if check_err 'time set from the network'; then
+ passed
+ else
+ failed
+ fi
+fi
+
+