Run fish_indent on select test scripts

Run fish_indent on test scripts that will be modified in a later
commit

Not running it on all the files because a quarter of them need fixing,
some of which are badly formatted on purpose
This commit is contained in:
Nahor
2025-12-16 08:00:34 -08:00
committed by Johannes Altmanninger
parent 9b75b6ee88
commit 7b8f97c1ff
8 changed files with 31 additions and 36 deletions

View File

@@ -26,11 +26,10 @@ echo $status
#CHECK: 127
set -g PATH .
echo banana > foobar
echo banana >foobar
foobar --banana
# CHECKERR: {{.*}}checks/command-not-found.fish (line {{\d+}}): Unknown command. './foobar' exists but is not an executable file.
# CHECKERR: foobar --banana
# CHECKERR: ^~~~~^
exit 0