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 ed61fde commit 81ee1cbCopy full SHA for 81ee1cb
test/config/bashrc
@@ -16,6 +16,8 @@ set -o nounset
16
# troubles and slows down testing
17
unset -f command_not_found_handle
18
19
+shopt -s nullglob
20
+
21
TESTDIR=$(pwd)
22
23
export PS2='> '
0 commit comments