From 27d47f3983e3de1a901b15f9b3590ad8c27ac8f5 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 30 Apr 2014 14:59:46 +0200 Subject: [PATCH] Fix the simple installer test http://hydra.nixos.org/build/10712818 --- nixos/tests/installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index b019882900dc..782df7eab2a2 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -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 ''