summaryrefslogtreecommitdiff
path: root/py/tests/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/tests/test.py')
-rwxr-xr-xpy/tests/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/tests/test.py b/py/tests/test.py
index b7bf6bd..7bb1f28 100755
--- a/py/tests/test.py
+++ b/py/tests/test.py
@@ -58,7 +58,7 @@ req.add(plane, {"FB_ID": fb.id,
"CRTC_Y": 0,
"CRTC_W": mode.hdisplay,
"CRTC_H": mode.vdisplay,
- "zorder": 0})
+ "zpos": 0})
req.commit_sync(allow_modeset = True)