summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorHenri Menke <henrimenke@gmail.com>2020-09-09 10:15:59 +1200
committerBenno Fünfstück <benno.fuenfstueck@gmail.com>2020-09-14 22:35:05 +0200
commit9d60354faee3ec42fccd724fa795ac2f64bef82d (patch)
tree2a2a702176e30a9f217c916a35d66a7aa659954b /nixos/tests/all-tests.nix
parente587b5a8a843b296ec6293bc7684fb7856773f71 (diff)
downloadnixpkgs-9d60354faee3ec42fccd724fa795ac2f64bef82d.tar
nixpkgs-9d60354faee3ec42fccd724fa795ac2f64bef82d.tar.gz
nixpkgs-9d60354faee3ec42fccd724fa795ac2f64bef82d.tar.bz2
nixpkgs-9d60354faee3ec42fccd724fa795ac2f64bef82d.tar.lz
nixpkgs-9d60354faee3ec42fccd724fa795ac2f64bef82d.tar.xz
nixpkgs-9d60354faee3ec42fccd724fa795ac2f64bef82d.tar.zst
nixpkgs-9d60354faee3ec42fccd724fa795ac2f64bef82d.zip
nixos/shadowsocks: add test without plugin
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index e50c2c7c801..8048c885e15 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -309,7 +309,7 @@ in
   sanoid = handleTest ./sanoid.nix {};
   sddm = handleTest ./sddm.nix {};
   service-runner = handleTest ./service-runner.nix {};
-  shadowsocks = handleTest ./shadowsocks.nix {};
+  shadowsocks = handleTest ./shadowsocks {};
   shattered-pixel-dungeon = handleTest ./shattered-pixel-dungeon.nix {};
   shiori = handleTest ./shiori.nix {};
   signal-desktop = handleTest ./signal-desktop.nix {};