nixos/tests/all-tests.nix: Fix incron test path

This commit is contained in:
Sarah Brofeldt 2018-11-14 23:51:15 +01:00
parent 34665b1589
commit 1b02e6a907

View file

@ -99,7 +99,7 @@ in
hydra = handleTest ./hydra {};
i3wm = handleTest ./i3wm.nix {};
iftop = handleTest ./iftop.nix {};
incron = handleTest tests/incron.nix {};
incron = handleTest ./incron.nix {};
influxdb = handleTest ./influxdb.nix {};
initrd-network-ssh = handleTest ./initrd-network-ssh {};
initrdNetwork = handleTest ./initrd-network.nix {};