---
 tests/gtf.tests |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gtf.tests b/tests/gtf.tests
index 1d0070a..4cbbd2c 100644
--- a/tests/gtf.tests
+++ b/tests/gtf.tests
@@ -45,7 +45,7 @@ class GTFTest(ExecTest):
     pass_re = re.compile(r'Regression PASSED all 1 tests')
 
     def __init__(self, testpath):
-        ExecTest.__init__(self, [path.join(testBinDir, 'GTF'), 
'-noimagefileio', '-width=113', '-height=47', '-seed=2', '-minfmt', '-run=' + 
testpath])
+        ExecTest.__init__(self, [path.join(testBinDir, 'GTF'), '-width=113', 
'-height=47', '-seed=2', '-minfmt', '-run=' + testpath])
 
     def interpretResult(self, out, returncode, results):
        if self.pass_re.search(out) is not None:
-- 
1.7.10.4

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to