summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2010-12-13 08:53:43 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2010-12-13 08:53:43 +0000
commit47157986f2f7215e2dad66c85d74856723256a94 (patch)
tree45f9ab414b355f5be2688d27ad12ae75b704cf7b /tests
parent281f3b077607860ea5ba6e77c144f2f4b1418ec7 (diff)
downloadnixpkgs-47157986f2f7215e2dad66c85d74856723256a94.tar
nixpkgs-47157986f2f7215e2dad66c85d74856723256a94.tar.gz
nixpkgs-47157986f2f7215e2dad66c85d74856723256a94.tar.bz2
nixpkgs-47157986f2f7215e2dad66c85d74856723256a94.tar.lz
nixpkgs-47157986f2f7215e2dad66c85d74856723256a94.tar.xz
nixpkgs-47157986f2f7215e2dad66c85d74856723256a94.tar.zst
nixpkgs-47157986f2f7215e2dad66c85d74856723256a94.zip
* Unbreak the NixOS installer tests.
svn path=/nixos/trunk/; revision=25096
Diffstat (limited to 'tests')
-rw-r--r--tests/installer.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/installer.nix b/tests/installer.nix
index 4dcb08f7076..eead83053ed 100644
--- a/tests/installer.nix
+++ b/tests/installer.nix
@@ -93,7 +93,7 @@ let
     ''
       createDisk("harddisk", 4 * 1024);
 
-      my $machine = Machine->new({ hda => "harddisk", cdrom => glob("${iso}/iso/*.iso"), qemuFlags => '${qemuNICFlags 1 1}' });
+      my $machine = Machine->new({ hda => "harddisk", cdrom => glob("${iso}/iso/*.iso"), qemuFlags => '${qemuNICFlags 1 1 1}' });
       $machine->start;
 
       ${optionalString testChannel ''