From 2c4fc49f45805887ffac6c89d8d324d55180be90 Mon Sep 17 00:00:00 2001 From: Emily Date: Sat, 11 Jan 2025 15:44:41 +0000 Subject: [PATCH] tests: remove stray `activate-user` references --- tests/networking-hostname.nix | 1 - tests/networking-shell-escape.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/networking-hostname.nix b/tests/networking-hostname.nix index 9e8c6fdd..7875178c 100644 --- a/tests/networking-hostname.nix +++ b/tests/networking-hostname.nix @@ -9,6 +9,5 @@ grep "scutil --set ComputerName 'EVE’s MacBook Pro'" ${config.out}/activate grep "scutil --set LocalHostName ${lib.escapeShellArg "EVE"}" ${config.out}/activate grep "scutil --set HostName ${lib.escapeShellArg "EVE"}" ${config.out}/activate - echo checking defaults write in ${config.out}/activate-user >&2 ''; } diff --git a/tests/networking-shell-escape.nix b/tests/networking-shell-escape.nix index da399b18..8cd2a457 100644 --- a/tests/networking-shell-escape.nix +++ b/tests/networking-shell-escape.nix @@ -10,6 +10,5 @@ grep "scutil --set ComputerName '"\""Quotey McQuote's Macbook Pro"\""'" ${config.out}/activate grep "scutil --set LocalHostName '"\""Quotey-McQuote's-Macbook-Pro"\""'" ${config.out}/activate grep "scutil --set HostName "'"\""Quotey-McQuote's-Macbook-Pro"\""'" ${config.out}/activate - echo checking defaults write in ${config.out}/activate-user >&2 ''; }