From 5f96a4e665788a92410e63db7e286550e10b1ebe Mon Sep 17 00:00:00 2001 From: Peter Ammon Date: Sat, 25 Oct 2025 11:56:43 -0700 Subject: [PATCH] Make test_fish_update_completions.fish pass on macOS --- tests/checks/fish_update_completions.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checks/fish_update_completions.fish b/tests/checks/fish_update_completions.fish index 342172ece..303673b6a 100644 --- a/tests/checks/fish_update_completions.fish +++ b/tests/checks/fish_update_completions.fish @@ -19,7 +19,7 @@ MANPATH=$PWD/man fish_update_completions # CHECK: {{.*}} 1 / 1 : dirname.1{{.*}} cd $__fish_cache_dir -find -type f +find . -type f # CHECK: ./generated_completions/dirname.fish cat ./generated_completions/dirname.fish