about summary refs log tree commit diff
path: root/nixos/tests/containers-custom-pkgs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/containers-custom-pkgs.nix')
-rw-r--r--nixos/tests/containers-custom-pkgs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/containers-custom-pkgs.nix b/nixos/tests/containers-custom-pkgs.nix
index c050e49bc29d2..1627a2c70c3ca 100644
--- a/nixos/tests/containers-custom-pkgs.nix
+++ b/nixos/tests/containers-custom-pkgs.nix
@@ -30,5 +30,5 @@ in {
   };
 
   # This test only consists of evaluating the test machine
-  testScript = "";
+  testScript = "pass";
 })