tests.nixos-functions: port test to python

This commit is contained in:
worldofpeace 2020-02-09 23:49:22 +01:00 committed by Florian Klink
parent dd5f92f20b
commit 6022db4d9d

View file

@ -33,7 +33,7 @@ in lib.optionalAttrs stdenv.hostPlatform.isLinux (
environment.systemPackages = [ pkgs.hello ];
};
testScript = ''
$machine->succeed("hello");
machine.succeed("hello")
'';
});