From 75be4e3f6afecc14dae89f9bb16bedf61eca6b2b Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sat, 1 Nov 2025 09:50:10 +0100 Subject: [PATCH] tests/config-paths-standalone: skip on installed builds This fails: tests/test_driver.py ~/.local/opt/fish/bin tests/checks/config-paths-standalone.fish because we don't expect to run from a relocatable tree. --- tests/checks/config-paths-standalone.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/checks/config-paths-standalone.fish b/tests/checks/config-paths-standalone.fish index 862a7dcc2..edb11febc 100644 --- a/tests/checks/config-paths-standalone.fish +++ b/tests/checks/config-paths-standalone.fish @@ -1,5 +1,6 @@ -# RUN: %fish -d config | grep -v ^Debug.enabled +# RUN: %fish -d config | grep -v ^Debug.enabled.for.category # REQUIRES: %fish -c 'status build-info' | grep '^Features:.*embed-data' +# REQUIRES: %fish -d config -c '' 2>| grep 'Running out of build directory' # CHECKERR: config: executable path: {{.*}}/fish # CHECKERR: config: embed-data feature is active, ignoring data paths