From 47157986f2f7215e2dad66c85d74856723256a94 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 13 Dec 2010 08:53:43 +0000 Subject: [PATCH] * Unbreak the NixOS installer tests. svn path=/nixos/trunk/; revision=25096 --- tests/installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''