From 5358f738817f62ce750a2d43fc77a8a19a8bef69 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Wed, 12 Mar 2025 00:17:16 +0100
Subject: [PATCH] Minor fixes.

---
 testing/scripts/_misc.sh              | 1 -
 testing/scripts/setup_secrets_root.sh | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/scripts/_misc.sh b/testing/scripts/_misc.sh
index 327d85a..779fedb 100644
--- a/testing/scripts/_misc.sh
+++ b/testing/scripts/_misc.sh
@@ -1,6 +1,5 @@
 . ../../constants.sh
 . "${PATH_MANY_MISC}"
-. "${HOME}/.nonpath_bins/plomlib.sh"
 
 PATH_REL_SECRETS=to_usb
 PATH_SECRETS=${PATH_USER_HOME}/${PATH_REL_SECRETS}
diff --git a/testing/scripts/setup_secrets_root.sh b/testing/scripts/setup_secrets_root.sh
index 486aa8f..1842950 100755
--- a/testing/scripts/setup_secrets_root.sh
+++ b/testing/scripts/setup_secrets_root.sh
@@ -1,6 +1,7 @@
 #!/bin/sh
 set -e
 . ./_misc.sh
+. "${HOME}/.nonpath_bins/plomlib.sh"
 
 abort_if_not_user root
 abort_if_offline
-- 
2.30.2