diff options
author | svu <svu> | 2005-08-22 23:31:03 +0000 |
---|---|---|
committer | svu <svu> | 2005-08-22 23:31:03 +0000 |
commit | add27f5fbf03499917e6892bfa8c47b4b7cfcc0b (patch) | |
tree | db97e9da501ecac42e362f3e3bd8cb8e25cb7e35 /tests | |
parent | bad7b04130f9eadd473bb0b1533c02536a759b77 (diff) |
tiny cleanup
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/testLayouts.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testLayouts.pl b/tests/testLayouts.pl index 9d996a76..444e5925 100755 --- a/tests/testLayouts.pl +++ b/tests/testLayouts.pl @@ -10,4 +10,6 @@ xkbTestFunc::dumpXkbSettingsBackup(); xkbTestFunc::testLevel2( "layout", "variant", 2, "(", ")", 1, 1, 0 ); +sleep 2; + xkbTestFunc::restoreXkbSettings(); |