From e25b4b6f05c57447f4dbc5d45f9b2563c2d897b7 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Fri, 3 Apr 2026 23:26:24 +0800 Subject: [PATCH] tests/checks/realpath.fish: fix on macOS --- tests/checks/realpath.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checks/realpath.fish b/tests/checks/realpath.fish index 6d3ccf86a..1ff80b9fa 100644 --- a/tests/checks/realpath.fish +++ b/tests/checks/realpath.fish @@ -136,7 +136,7 @@ builtin realpath / / builtin realpath '' /tmp '' /dont-exist '' # CHECKERR: builtin realpath: Invalid arg: -# CHECK: /tmp +# CHECK: {{.*}}/tmp # CHECKERR: builtin realpath: Invalid arg: # CHECK: /dont-exist # CHECKERR: builtin realpath: Invalid arg: