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 7ecca5c commit c96f432Copy full SHA for c96f432
test/config/bashrc
@@ -21,6 +21,8 @@ stty columns 150
21
# Also test completions of system administrator commands, which are
22
# installed via the same PATH expansion in `bash_completion.have()'
23
export PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin
24
+ # For clean test state, avoid sourcing user's ~/.bash_completion
25
+export HOME=$SRCDIR/config
26
27
# Make sure default settings are in effect
28
unset -v \
0 commit comments