We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d71b55 commit c69fee5Copy full SHA for c69fee5
tests/test-utils
@@ -1,6 +1,9 @@
1
#! bash
2
[[ -n $BASH_COMPLETION_SCRIPT ]] && source "$BASH_COMPLETION_SCRIPT"
3
4
+# This builtin only works in real completions, so stub it for the tests
5
+compopt() { true; }
6
+
7
begin-test() {
8
echo "TEST: $1"
9
}
0 commit comments