summaryrefslogtreecommitdiff
path: root/tests/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-04 20:43:12 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-04 22:11:07 +0000
commitba4cd51f727438b7f2e437df9c674f3f533c5317 (patch)
tree9bdaccafcdb4ee52b69a92ce92b11b938e4d2cb7 /tests/tests
parent86d5b0c549aee56bcc904bd624c09ed5623e0299 (diff)
test suite: Add some missing calls to t-ok.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/tests')
-rwxr-xr-xtests/tests/clone-gitnosuite2
-rwxr-xr-xtests/tests/mirror-debnewgit2
-rwxr-xr-xtests/tests/test-list-uptodate2
3 files changed, 6 insertions, 0 deletions
diff --git a/tests/tests/clone-gitnosuite b/tests/tests/clone-gitnosuite
index 6b1c937..83c996d 100755
--- a/tests/tests/clone-gitnosuite
+++ b/tests/tests/clone-gitnosuite
@@ -7,3 +7,5 @@ t-git-none
cp -a $tmp/git/_template $dgitrepo
t-dgit clone $p
+
+t-ok
diff --git a/tests/tests/mirror-debnewgit b/tests/tests/mirror-debnewgit
index 4f24716..59b96ef 100755
--- a/tests/tests/mirror-debnewgit
+++ b/tests/tests/mirror-debnewgit
@@ -22,3 +22,5 @@ t-commit 'test commit' 3-2
t-dgit build
t-dgit push
t-check-mirrored
+
+t-ok
diff --git a/tests/tests/test-list-uptodate b/tests/tests/test-list-uptodate
index 65812ff..1e5f199 100755
--- a/tests/tests/test-list-uptodate
+++ b/tests/tests/test-list-uptodate
@@ -7,3 +7,5 @@ set -e
cd $root
$troot/enumerate-tests gencontrol >$tmp/control-expected
diff debian/tests/control $tmp/control-expected
+
+t-ok