about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2021-06-16 01:04:12 +0200
committeraszlig <aszlig@nix.build>2021-06-16 01:07:35 +0200
commitba0210f7cedab6e004164adfb2ff106517150c8e (patch)
tree8ed18ed0daca96930da0321ec8224df96368ddd9 /tests
parent4972e696285833ed542eaab1034218bf5e8b7232 (diff)
treewide: Replace xvfb_run with xvfb-run
Another alias that has been introduced not too long ago[1] and now more
closely resembles the actual command name. Since NixOS VM tests no
longer allow aliases, our sandbox tests did not evaluate anymore.

While at it, I also renamed all the other uses of the alias.

[1]: https://github.com/NixOS/nixpkgs/commit/726306003af21ade95b1908d1920ce9a0f9815bb

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'tests')
-rw-r--r--tests/sandbox.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sandbox.nix b/tests/sandbox.nix
index b3ad80d1..69cc746b 100644
--- a/tests/sandbox.nix
+++ b/tests/sandbox.nix
@@ -103,7 +103,7 @@
 
     in [
       # Unfortunately, "xdg-open test-sandbox.desktop" doesn't work, so let's
-      # use gtk-launch instead. We also need xvfb_run so that we can avoid to
+      # use gtk-launch instead. We also need xvfb-run so that we can avoid to
       # start a full-blown X server.
       #
       # See also:
@@ -111,7 +111,7 @@
       #   https://askubuntu.com/questions/5172
       #   https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/378783
       #
-      (lib.getBin pkgs.gtk3) pkgs.xvfb_run
+      (lib.getBin pkgs.gtk3) pkgs.xvfb-run
 
       (pkgs.vuizvui.buildSandbox testPackage {
         paths.required = [