Fix the simple installer test

http://hydra.nixos.org/build/10712818
This commit is contained in:
Eelco Dolstra 2014-04-30 14:59:46 +02:00
parent 437962ebb2
commit 27d47f3983

View file

@ -108,7 +108,7 @@ let
my $machine = createMachine({ ${hdFlags}
cdrom => glob("${iso}/iso/*.iso"),
qemuFlags => "${qemuFlags} ${optionalString testChannel (toString (qemuNICFlags 1 1 2))}" });
qemuFlags => "${qemuFlags} " . '${optionalString testChannel (toString (qemuNICFlags 1 1 2))}' });
$machine->start;
${optionalString testChannel ''