Skip to content

Commit

Permalink
shfmt: remove explict -ln=auto on one of the tests
Browse files Browse the repository at this point in the history
it should still pass, as its the default
  • Loading branch information
riacataquian committed May 27, 2022
1 parent 4bf807e commit 4c7f3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/shfmt/testdata/scripts/flags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ stdin input-bash-arrays
stderr 'parsed as posix via -ln=auto'

stdin input-bash-extglobs
! shfmt -ln=auto -filename=input.sh
! shfmt -filename=input.sh
stderr 'parsed as posix via -ln=auto'

stdin flags-input
Expand Down

0 comments on commit 4c7f3cb

Please sign in to comment.