lol

tests/emacs-daemon: fix failure for unset $DISPLAY

axelf4 figured[1] out a workaround for fixing a failure due to an unset
$DISPLAY variable.

[1] https://github.com/NixOS/nixpkgs/pull/168076#issuecomment-1098083299

authored by

Azat Bahawi and committed by
adisbladis
67565c3a 55f57fac

+1 -1
+1 -1
nixos/tests/emacs-daemon.nix
··· 33 33 ) 34 34 35 35 # connects to the daemon 36 - machine.succeed("emacsclient --create-frame $EDITOR >&2 &") 36 + machine.succeed("emacsclient --no-wait --frame-parameters='((display . \"'\"$DISPLAY\"'\"))' --create-frame $EDITOR >&2") 37 37 38 38 # checks that Emacs shows the edited filename 39 39 machine.wait_for_text("emacseditor")