It was incorrectly hardwired to 1.10, leading to contrdictory output.
---
 tests/spec/glsl-1.10/variable-index-write.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/spec/glsl-1.10/variable-index-write.sh 
b/tests/spec/glsl-1.10/variable-index-write.sh
index d3fbb74..449a750 100755
--- a/tests/spec/glsl-1.10/variable-index-write.sh
+++ b/tests/spec/glsl-1.10/variable-index-write.sh
@@ -326,7 +326,7 @@ function emit_fs_wr_test
     echo "# ${cmd}"
     echo
     echo "[require]"
-    echo "GLSL >= 1.10"
+    echo "GLSL >= ${version}"
     echo
 
     echo "[vertex shader]"
-- 
1.7.7.3

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

Reply via email to