summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorpennae <82953136+pennae@users.noreply.github.com>2022-03-13 19:57:32 +0000
committerGitHub <noreply@github.com>2022-03-13 19:57:32 +0000
commitaa7b1297080cbf6ca0d9c3a51e071358b62a491c (patch)
tree8d76ace316e338f361087795657cbca0604dcb82 /nixos/tests/all-tests.nix
parent1203e7fc416979acf6eec2d43ad51c2c25fdb573 (diff)
parent40a35299fa30421de85a56f084f6c59d05ea883e (diff)
downloadnixpkgs-aa7b1297080cbf6ca0d9c3a51e071358b62a491c.tar
nixpkgs-aa7b1297080cbf6ca0d9c3a51e071358b62a491c.tar.gz
nixpkgs-aa7b1297080cbf6ca0d9c3a51e071358b62a491c.tar.bz2
nixpkgs-aa7b1297080cbf6ca0d9c3a51e071358b62a491c.tar.lz
nixpkgs-aa7b1297080cbf6ca0d9c3a51e071358b62a491c.tar.xz
nixpkgs-aa7b1297080cbf6ca0d9c3a51e071358b62a491c.tar.zst
nixpkgs-aa7b1297080cbf6ca0d9c3a51e071358b62a491c.zip
Merge pull request #154113 from pennae/systemd-escaping
nixos: add functions and documentation for escaping systemd Exec* directives
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 043d8a56d0c..dafeb06f500 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -503,6 +503,7 @@ in
   systemd-boot = handleTest ./systemd-boot.nix {};
   systemd-confinement = handleTest ./systemd-confinement.nix {};
   systemd-cryptenroll = handleTest ./systemd-cryptenroll.nix {};
+  systemd-escaping = handleTest ./systemd-escaping.nix {};
   systemd-journal = handleTest ./systemd-journal.nix {};
   systemd-machinectl = handleTest ./systemd-machinectl.nix {};
   systemd-networkd = handleTest ./systemd-networkd.nix {};