madsmith / bash-completion-lib

Automatically exported from code.google.com/p/bash-completion-lib
GNU General Public License v2.0
0 stars 0 forks source link

bash_completion_lib is sourced for every completionLib test #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Goto test directory and run ./runCompletionLib --debug
2. In dbg.log you can see bash_completion_lib is sourced multiple times

What is the expected output? What do you see instead?
Bash_completion_lib should be sourced only once at the beginning if the tests.

Original issue reported on code.google.com by fvu...@gmail.com on 17 May 2008 at 4:43

GoogleCodeExporter commented 8 years ago

Original comment by fvu...@gmail.com on 22 May 2008 at 11:17

GoogleCodeExporter commented 8 years ago
 Bash_completion_lib is now only sourced once at the beginning of the test tool
"completionLib".  Removed host and target definitions in run files.  Fixed in 
r9.

Original comment by fvu...@gmail.com on 22 May 2008 at 11:22