From 9c1d3bfa9f7d7b95eb20d0f729e3b3c9d7abcd4b Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Fri, 17 Jan 2014 12:15:49 -0500 Subject: [PATCH] Whitespace to force a rebuild Signed-off-by: Shea Levy --- nixos/tests/firefox.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/firefox.nix b/nixos/tests/firefox.nix index d6599be13c9..ca634ffcf1e 100644 --- a/nixos/tests/firefox.nix +++ b/nixos/tests/firefox.nix @@ -16,6 +16,7 @@ $machine->waitForWindow(qr/Valgrind/); $machine->sleep(40); # wait until Firefox has finished loading the page $machine->screenshot("screen"); + ''; }