tests.xfce: attempt to fix terminal command
This commit is contained in:
parent
7810f7f61a
commit
fde8e002ce
|
@ -23,7 +23,7 @@
|
|||
# Check that logging in has given the user ownership of devices.
|
||||
$machine->succeed("getfacl /dev/snd/timer | grep -q alice");
|
||||
|
||||
$machine->succeed("su - alice -c 'DISPLAY=:0.0 Terminal &'");
|
||||
$machine->succeed("su - alice -c 'DISPLAY=:0.0 xfce4-terminal &'");
|
||||
$machine->waitForWindow(qr/Terminal/);
|
||||
$machine->sleep(10);
|
||||
$machine->screenshot("screen");
|
||||
|
|
Loading…
Reference in New Issue