mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 14:51:13 -03:00
tests/help-completions: fix for macOS awk
This commit is contained in:
@@ -6,7 +6,7 @@ status help-sections | grep -v ^cmds/ >expected
|
||||
|
||||
__fish_data_with_file completions/help.fish cat |
|
||||
awk '
|
||||
/(\s)case(\s)/ && $2 != "'\''cmds/*'\''" {
|
||||
/ case / && $2 != "'\''cmds/*'\''" {
|
||||
sub(/^introduction/, "index", $2);
|
||||
print $2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user