chiark / gitweb /
test suite: Add some missing calls to t-ok.
[dgit.git] / tests / lib
index d075bc763f0d05249b233294d64dd91bc6b7c0f7..b7763056fa2cca759e115a1421b93c0b0bc534b5 100644 (file)
--- a/tests/lib
+++ b/tests/lib
@@ -349,6 +349,10 @@ t-git-dir-check () {
        esac
 }
 
+t-ok () {
+       echo ok.
+}
+
 t-rm-dput-dropping () {
        rm -f $tmp/${p}_${v}_*.upload
 }