From 747e284e752199dac3046f3f6f97bee6ababb1b7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 18 Dec 2010 18:07:25 +0000 Subject: [PATCH] * Fix an evaluation error in tests.installer.rebuildCD. svn path=/nixos/trunk/; revision=25193 --- tests/installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/installer.nix b/tests/installer.nix index eead83053ed..994d1173c2d 100644 --- a/tests/installer.nix +++ b/tests/installer.nix @@ -304,7 +304,7 @@ in { testScript = '' # damn, it's costly to evaluate nixos-rebuild (1G of ram) - my $machine = Machine->new({ cdrom => glob("${iso}/iso/*.iso"), qemuFlags => '${qemuNICFlags 1 1} -m 1024' }); + my $machine = Machine->new({ cdrom => glob("${iso}/iso/*.iso"), qemuFlags => '${qemuNICFlags 1 1 1} -m 1024' }); $machine->start; # Make sure that we don't try to download anything.