aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/nixos/tests/nesting.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/nesting.nix')
-rw-r--r--nixpkgs/nixos/tests/nesting.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/nixpkgs/nixos/tests/nesting.nix b/nixpkgs/nixos/tests/nesting.nix
index 6388b67a6e4..a75806b24ff 100644
--- a/nixpkgs/nixos/tests/nesting.nix
+++ b/nixpkgs/nixos/tests/nesting.nix
@@ -29,10 +29,10 @@ import ./make-test-python.nix {
)
clone.succeed("cowsay hey")
clone.succeed("hello")
-
- children.wait_for_unit("default.target")
- children.succeed("cowsay hey")
- children.fail("hello")
+
+ children.wait_for_unit("default.target")
+ children.succeed("cowsay hey")
+ children.fail("hello")
with subtest("Nested children do not inherit from parent"):
children.succeed(