From 1b02e6a907e72be2ab5e53eb1ec150e2b58455b7 Mon Sep 17 00:00:00 2001 From: Sarah Brofeldt Date: Wed, 14 Nov 2018 23:51:15 +0100 Subject: nixos/tests/all-tests.nix: Fix incron test path --- nixos/tests/all-tests.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/tests/all-tests.nix') diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index fb6b7c93888..ec7178ec9ca 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -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 {}; -- cgit 1.4.1