summaryrefslogtreecommitdiff
path: root/tests/scripts/unity-compositor-command.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts/unity-compositor-command.conf')
-rw-r--r--tests/scripts/unity-compositor-command.conf41
1 files changed, 0 insertions, 41 deletions
diff --git a/tests/scripts/unity-compositor-command.conf b/tests/scripts/unity-compositor-command.conf
deleted file mode 100644
index 204ea24d..00000000
--- a/tests/scripts/unity-compositor-command.conf
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# Check can set the unity compositor command
-#
-
-[Seat:*]
-type=unity
-user-session=default
-unity-compositor-command=unity-system-compositor --test
-
-#?*START-DAEMON
-#?RUNNER DAEMON-START
-
-# System compositor starts
-#?UNITY-SYSTEM-COMPOSITOR START FILE=/run/mir_socket VT=7 XDG_VTNR=7 TEST=TRUE
-#?*UNITY-SYSTEM-COMPOSITOR READY
-
-# X server starts
-#?XMIR-0 START SEAT=seat0 MIR-ID=x-0
-
-# Daemon connects when X server is ready
-#?*XMIR-0 INDICATE-READY
-#?XMIR-0 INDICATE-READY
-#?XMIR-0 ACCEPT-CONNECT
-
-# Greeter starts
-#?GREETER-X-0 START XDG_SEAT=seat0 XDG_VTNR=7 XDG_SESSION_CLASS=greeter
-#?LOGIN1 ACTIVATE-SESSION SESSION=c0
-#?XMIR-0 ACCEPT-CONNECT
-#?GREETER-X-0 CONNECT-XSERVER
-#?GREETER-X-0 CONNECT-TO-DAEMON
-#?GREETER-X-0 CONNECTED-TO-DAEMON
-
-# System compositor switches to greeter
-#?UNITY-SYSTEM-COMPOSITOR SET-ACTIVE-SESSION ID=x-0
-
-# Cleanup
-#?*STOP-DAEMON
-#?GREETER-X-0 TERMINATE SIGNAL=15
-#?XMIR-0 TERMINATE SIGNAL=15
-#?UNITY-SYSTEM-COMPOSITOR TERMINATE SIGNAL=15
-#?RUNNER DAEMON-EXIT STATUS=0