a bit of cleanup in tests
[xorg/xkeyboard-config] / tests / testLayouts.pl
1 #!/usr/bin/env perl
2
3 use strict;
4 use warnings;
5 use xkbTestFunc;
6
7 xkbTestFunc::backupXkbSettings();
8
9 xkbTestFunc::dumpXkbSettingsBackup();
10
11 xkbTestFunc::testLevel2( "layout", "variant", 2, "(", ")", 1, 1, 0 );
12
13 sleep 2;
14
15 xkbTestFunc::restoreXkbSettings();
16
17 print "Done!\n";