From: Erik van der Kouwe Date: Fri, 22 Jan 2010 11:32:39 +0000 (+0000) Subject: Fix number of tests X-Git-Tag: v3.1.6~47 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch04.html?a=commitdiff_plain;h=af395bab1307d48433d432faffd3ae873f0217d9;p=minix.git Fix number of tests --- diff --git a/test/run b/test/run index a4dabe1ae..e6d97bbf1 100755 --- a/test/run +++ b/test/run @@ -13,7 +13,7 @@ badones= # list of tests that failed # Print test welcome message clr -echo "Running POSIX compliance test suite. There are 49 tests in total." +echo "Running POSIX compliance test suite. There are 51 tests in total." echo " " # Run all the tests, keeping track of who failed.