forked from mirrors/nixpkgs
nixos/tests/i3wm: fix terminal title
Probably due to #51678 which makes bash set the terminal title.
This commit is contained in:
parent
10fa7c5707
commit
373be8207a
|
@ -28,7 +28,7 @@ import ./make-test.nix ({ pkgs, ...} : {
|
||||||
$machine->waitForFile("/home/alice/.config/i3/config");
|
$machine->waitForFile("/home/alice/.config/i3/config");
|
||||||
$machine->sleep(2);
|
$machine->sleep(2);
|
||||||
$machine->sendKeys("alt-ret");
|
$machine->sendKeys("alt-ret");
|
||||||
$machine->waitForWindow(qr/machine.*alice/);
|
$machine->waitForWindow(qr/alice.*machine/);
|
||||||
$machine->sleep(2);
|
$machine->sleep(2);
|
||||||
$machine->screenshot("terminal");
|
$machine->screenshot("terminal");
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue