summary refs log tree commit diff
path: root/tests/quake3.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-10-24 18:22:53 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-10-24 18:22:53 +0200
commitecd7bc931002fca2ea6508765a548dff382ebc10 (patch)
treeec28ccdca1dbfb1d3b46c7abc0b63f9c00619c31 /tests/quake3.nix
parentd380152f39450070d9cd7e7a8272b2b1b8bd6b12 (diff)
downloadnixpkgs-ecd7bc931002fca2ea6508765a548dff382ebc10.tar
nixpkgs-ecd7bc931002fca2ea6508765a548dff382ebc10.tar.gz
nixpkgs-ecd7bc931002fca2ea6508765a548dff382ebc10.tar.bz2
nixpkgs-ecd7bc931002fca2ea6508765a548dff382ebc10.tar.lz
nixpkgs-ecd7bc931002fca2ea6508765a548dff382ebc10.tar.xz
nixpkgs-ecd7bc931002fca2ea6508765a548dff382ebc10.tar.zst
nixpkgs-ecd7bc931002fca2ea6508765a548dff382ebc10.zip
Tests: global search/replace of obsolete functions
Diffstat (limited to 'tests/quake3.nix')
-rw-r--r--tests/quake3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/quake3.nix b/tests/quake3.nix
index 796c300423d..041cfdb29ae 100644
--- a/tests/quake3.nix
+++ b/tests/quake3.nix
@@ -45,7 +45,7 @@ rec {
     ''
       startAll;
 
-      $server->waitForJob("quake3-server");
+      $server->waitForUnit("quake3-server");
       $client1->waitForX;
       $client2->waitForX;