From 905c7310c6a8e72e9548b811b03256484fdae06d Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Sun, 29 Dec 2024 22:11:34 +0100 Subject: [PATCH] checks/type: Relax sh path even more Fixes #10970 --- tests/checks/type.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checks/type.fish b/tests/checks/type.fish index a872b5798..ea692ccb7 100644 --- a/tests/checks/type.fish +++ b/tests/checks/type.fish @@ -31,7 +31,7 @@ echo $status # Test that we print a command path type sh # (we resolve the path, so if /bin is a symlink to /usr/bin this shows /usr/bin/sh) -# CHECK: sh is {{.*}}/bin/sh +# CHECK: sh is {{.*}}/sh # Test that we print a function definition. # The exact definition and description here depends on the system, so we'll ignore the actual code.