---
 framework/core.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/core.py b/framework/core.py
index d3922a9..950ed7e 100644
--- a/framework/core.py
+++ b/framework/core.py
@@ -37,7 +37,7 @@ __all__ = ['PIGLIT_CONFIG',
            'parse_listfile']
 
 
-PIGLIT_CONFIG = ConfigParser.SafeConfigParser()
+PIGLIT_CONFIG = ConfigParser.SafeConfigParser(allow_no_value=True)
 
 def get_config(arg=None):
     if arg:
-- 
1.8.1.5

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to