The following commit has been merged in the master branch:
commit 1bd2c3a502696b6485ee4644c032006e8ebc8c95
Author: Russ Allbery <[email protected]>
Date:   Sun Dec 28 22:34:51 2008 -0800

    Change done to ok in runtests for the new test suite
    
    Save another couple of characters of horizontal space so there's less
    line wrapping.

diff --git a/t/runtests b/t/runtests
index 88acced..dd2602b 100755
--- a/t/runtests
+++ b/t/runtests
@@ -186,7 +186,7 @@ for (@tests) {
     my $testok = runsystem_ok("cmp", "-s", "$rundir/tags.$pkg", 
"$origdir/tags");
     $tests_run++;
     if ($testok) {
-       print "done.\n";
+       print "ok.\n";
     } else {
        print "FAILED:\n";
        runsystem_ok("diff", "-u", "$origdir/tags", "$rundir/tags.$pkg");

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to