tests: unflake t/257-keypress-group1-fallback.t (#2946)

fixes #2944
next
Michael Stapelberg 2017-09-14 17:48:37 +02:00 committed by Michael Stapelberg
parent 51da57d5e6
commit b421799d9c
1 changed files with 3 additions and 0 deletions

View 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);
}