bash-completion/test/runCompletion
Ville Skyttä a7cd88bb67 Invoke "run" with the same bash as runCompletion and runUnit are run with.
Makes things a bit easier on systems that don't have bash installed in /bin.
2010-04-21 23:05:13 +03:00

8 lines
353 B
Bash
Executable File

#!/bin/bash
# NOTE: I tried setting up bash_completion_lib within ./lib files, but DejaGnu
# isn't initialized at that point (i.e. output of `expect' is shown on
# stdout - `open_logs' hasn't run yet?). And running code from a library
# file isn't probably a good idea either.
"$BASH" "${BASH_SOURCE[0]%/*}/run" --tool completion $*