nixosTests.chromium: Avoid blocking on xclip stdout
This commit is contained in:
parent
2a4d433b1f
commit
68f6d76684
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ mapAttrs (channel: chromiumPkg: makeTest rec {
|
|||
|
||||
clipboard = machine.succeed(
|
||||
ru(
|
||||
"echo void | ${pkgs.xclip}/bin/xclip -i"
|
||||
"echo void | ${pkgs.xclip}/bin/xclip -i >&2"
|
||||
)
|
||||
)
|
||||
machine.succeed(
|
||||
|
|
Loading…
Reference in a new issue