summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/testLayouts.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/testLayouts.pl b/tests/testLayouts.pl
index f172ebf..bf7478f 100755
--- a/tests/testLayouts.pl
+++ b/tests/testLayouts.pl
@@ -4,10 +4,10 @@ use strict;
use warnings;
use xkbTestFunc;
-backupXkbSettings();
+xkbTestFunc::backupXkbSettings();
-dumpXkbSettingsBackup();
+xkbTestFunc::dumpXkbSettingsBackup();
-testLevel2( "layout", "variant", 2, "(", ")" );
+xkbTestFunc::testLevel2( "layout", "variant", 2, "(", ")" );
-restoreXkbSettings();
+xkbTestFunc::restoreXkbSettings();