From 7ee5a4e70f4cd673f8d9d26d1dcb00bc6f5d4337 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 27 Feb 2007 19:44:45 +0000 Subject: * Added another test- I believe it is a possible situation and one we need to deal with. Currently, libalpm with AND without Nagy's patch fails it. * Slight spacing update to pmenv.py. --- pactest/pmenv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pactest/pmenv.py') diff --git a/pactest/pmenv.py b/pactest/pmenv.py index 9dfcf84f..3a2ecb14 100755 --- a/pactest/pmenv.py +++ b/pactest/pmenv.py @@ -107,7 +107,7 @@ class pmenv: print "[PASSED]", else: print "[FAILED]", - print "%s Rules:OK = %2u FAIL = %2u SKIP = %2u" \ + print "%s Rules: OK = %2u FAIL = %2u SKIP = %2u" \ % (test.testname.ljust(32), success, fail, rules - (success + fail)) print "=========="*8 -- cgit v1.2.3-24-g4f1b