aboutsummaryrefslogtreecommitdiff
path: root/tests/indicator-keyboard-test.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indicator-keyboard-test.in')
-rw-r--r--tests/indicator-keyboard-test.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/indicator-keyboard-test.in b/tests/indicator-keyboard-test.in
deleted file mode 100644
index 8c20f6bf..00000000
--- a/tests/indicator-keyboard-test.in
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-export PATH="@abs_top_builddir@/tests/execute:$PATH"
-export DCONF_PROFILE="@abs_top_builddir@/tests/profiles/indicator-keyboard-test"
-export GSETTINGS_SCHEMA_DIR="@abs_top_builddir@/data"
-export XDG_RUNTIME_DIR="@abs_top_builddir@/tests"
-export GTK_IM_MODULE="ibus"
-export GDK_BACKEND="x11"
-
-if xvfb-run -a ./indicator-keyboard-tests
-then
- pkill -f tests/gvfs || exit 0
-else
- pkill -f tests/gvfs && exit 1
-fi