Skip to content

Commit

Permalink
Add check back to helper script
Browse files Browse the repository at this point in the history
Was checking if this fixed the gh action tests but it did not help.
  • Loading branch information
gridbugs committed Jun 28, 2024
1 parent 8b71c47 commit 1ee2a66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/completion_tests/helper.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
#

set -u

# Print the completion suggestions of a given completion function on
# some input and a cursor position.
#
Expand Down

0 comments on commit 1ee2a66

Please sign in to comment.