]> git.sur5r.net Git - i3/i3/commitdiff
tests: unflake t/257-keypress-group1-fallback.t (#2946)
authorMichael Stapelberg <stapelberg@users.noreply.github.com>
Thu, 14 Sep 2017 15:48:37 +0000 (17:48 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 19 Sep 2017 13:45:42 +0000 (15:45 +0200)
fixes #2944

testcases/t/257-keypress-group1-fallback.t

index 212dfd15f40bb30913ca00d6c6f9559dbc7e2305..843b8fe685af15834613dd6ebb56d8b448274397 100644 (file)
@@ -89,6 +89,9 @@ is(listen_for_binding(
 sync_with_i3;
 is(scalar @i3test::XTEST::binding_events, 4, 'Received exactly 4 binding events');
 
+# Disable the grp:alt_shift_toggle option, as we use Alt+Shift in other testcases.
+system(q|setxkbmap us -option|);
+
 exit_gracefully($pid);
 
 }