Skip to content

Commit

Permalink
(test suite): Avoid loading user's ~/.bash_completion, fixes #87
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jan 12, 2017
1 parent 7ecca5c commit c96f432
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/config/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ stty columns 150
# Also test completions of system administrator commands, which are
# installed via the same PATH expansion in `bash_completion.have()'
export PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin
# For clean test state, avoid sourcing user's ~/.bash_completion
export HOME=$SRCDIR/config

# Make sure default settings are in effect
unset -v \
Expand Down

0 comments on commit c96f432

Please sign in to comment.