summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-09 00:08:38 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-09 02:20:09 +0000
commit5fe16b89fe3b3b5cbdde241e5665e7dac2999ffa (patch)
tree1af0a892347a227f86daaae43e58c3650fb929f1 /tests
parentae455f7b14dab6a1758b0a68dcc9992aa41b34bc (diff)
test suite: Mark the start of t-ok
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib b/tests/lib
index 0cd696b..1def3d3 100644
--- a/tests/lib
+++ b/tests/lib
@@ -392,6 +392,7 @@ t-fscks () {
}
t-ok () {
+ : '========================================'
t-fscks
echo ok.
}