[PATCH 6/8] t7900: fix `pfx` dependency
From: Kristoffer Haugsbakk <hidden>
Date: 2023-10-14 21:47:08
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Kristoffer Haugsbakk <hidden>
Date: 2023-10-14 21:47:08
Subsystem:
the rest · Maintainer:
Linus Torvalds
Test `start and stop when several schedulers are available` depends on `pfx` from `start and stop macOS maintenance`. Duplicate the behavior. Signed-off-by: Kristoffer Haugsbakk <redacted> --- t/t7900-maintenance.sh | 1 + 1 file changed, 1 insertion(+)
diff --git a/t/t7900-maintenance.sh b/t/t7900-maintenance.sh
index ebde3e8a212..15a8653b583 100755
--- a/t/t7900-maintenance.sh
+++ b/t/t7900-maintenance.sh@@ -794,6 +794,7 @@ test_expect_success 'start and stop Linux/systemd maintenance' ' ' test_expect_success 'start and stop when several schedulers are available' ' + pfx=$(cd "$HOME" && pwd) && write_script print-args <<-\EOF && printf "%s\n" "$*" | sed "s:gui/[0-9][0-9]*:gui/[UID]:; s:\(schtasks /create .* /xml\).*:\1:;" >>args EOF
--
2.42.0.2.g879ad04204