From 417755b6a7ef841c70fce1d737a4d43dd9dd376c Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Tue, 7 Oct 2025 17:26:21 +0200 Subject: [PATCH] tests/checks/config-paths-standalone.fish: fix bad assertion Fixes #11906 (cherry picked from commit 724416125e58a53390765afa4f96fd1665d22158) --- tests/checks/config-paths-standalone.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checks/config-paths-standalone.fish b/tests/checks/config-paths-standalone.fish index 741f842be..862a7dcc2 100644 --- a/tests/checks/config-paths-standalone.fish +++ b/tests/checks/config-paths-standalone.fish @@ -8,5 +8,5 @@ # CHECKERR: config: paths.sysconf: {{.+}}/etc # CHECKERR: config: paths.bin: {{.*}} -# CHECKERR: config: sourcing /home/johannes/git/fish-shell/etc/config.fish +# CHECKERR: config: sourcing {{.+}}/etc/config.fish # CHECKERR: config: not sourcing {{.*}}/xdg_config_home/fish/config.fish (not readable or does not exist)