Also get rid of BASH_COMPLETION_DIR in the testsuite
This commit is contained in:
parent
43728af423
commit
00a6abb136
@ -858,8 +858,7 @@ proc _save_env {{file ""}} {
|
||||
|
||||
# Source bash_completion package
|
||||
proc source_bash_completion {} {
|
||||
assert_bash_exec {BASH_COMPLETION_DIR=$(cd "$SRCDIR/.."; pwd)/completions}
|
||||
assert_bash_exec {BASH_COMPLETION_COMPAT_DIR=$BASH_COMPLETION_DIR}
|
||||
assert_bash_exec {BASH_COMPLETION_COMPAT_DIR=$(cd "$SRCDIR/.."; pwd)/completions}
|
||||
assert_bash_exec {BASH_COMPLETION=$(cd "$SRCDIR/.."; pwd)/bash_completion}
|
||||
assert_bash_exec {source "$BASH_COMPLETION"}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user