diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2013-10-04 10:28:05 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2013-10-04 10:28:05 +1300 |
commit | cd2da0b7b2b4e279030934181fc1abb9fde3652d (patch) | |
tree | 613f4311865af889a65e337e562ed8d21bfbfae3 /tests/scripts/switch-to-user-logout-active.conf | |
parent | 075e3efb0ec223de5cc836e9e9b225de244ecb98 (diff) | |
download | lightdm-cd2da0b7b2b4e279030934181fc1abb9fde3652d.tar.gz |
Update tests to check if $DESKTOP_SESSION is set correctly
Diffstat (limited to 'tests/scripts/switch-to-user-logout-active.conf')
-rw-r--r-- | tests/scripts/switch-to-user-logout-active.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/scripts/switch-to-user-logout-active.conf b/tests/scripts/switch-to-user-logout-active.conf index ded4a31f..825d316c 100644 --- a/tests/scripts/switch-to-user-logout-active.conf +++ b/tests/scripts/switch-to-user-logout-active.conf @@ -18,7 +18,7 @@ user-session=default #?XSERVER-0 ACCEPT-CONNECT # Session starts -#?SESSION-X-0 START XDG_SEAT=seat0 XDG_VTNR=7 USER=no-password1 +#?SESSION-X-0 START XDG_SEAT=seat0 XDG_VTNR=7 DESKTOP_SESSION=default USER=no-password1 #?XSERVER-0 ACCEPT-CONNECT #?SESSION-X-0 CONNECT-XSERVER @@ -38,7 +38,7 @@ user-session=default #?LOGIN1 LOCK-SESSION # Session starts -#?SESSION-X-1 START XDG_SEAT=seat0 XDG_VTNR=8 USER=no-password2 +#?SESSION-X-1 START XDG_SEAT=seat0 XDG_VTNR=8 DESKTOP_SESSION=default USER=no-password2 #?XSERVER-1 ACCEPT-CONNECT #?SESSION-X-1 CONNECT-XSERVER |