Fix evaluation

+2 -2
+1 -1
nixos/tests/installer.nix
··· 370 370 # Rebuild the CD configuration with a little modification. 371 371 rebuildCD = makeTest 372 372 { inherit iso; 373 - name = "rebuild-CD"; 373 + name = "rebuild-cd"; 374 374 nodes = { }; 375 375 testScript = 376 376 ''
+1 -1
nixos/tests/simple.nix
··· 1 1 import ./make-test.nix { 2 - name = "simple" 2 + name = "simple"; 3 3 4 4 machine = { config, pkgs, ... }: { }; 5 5