Skip to content

Commit c96f432

Browse files
committed
(test suite): Avoid loading user's ~/.bash_completion, fixes #87
1 parent 7ecca5c commit c96f432

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/config/bashrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ stty columns 150
2121
# Also test completions of system administrator commands, which are
2222
# installed via the same PATH expansion in `bash_completion.have()'
2323
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
2426

2527
# Make sure default settings are in effect
2628
unset -v \

0 commit comments

Comments
 (0)