bash-completion/test/runCompletion
Ville Skyttä f9f49786ca Fix running test scripts without giving a path to them.
For example "cd test ; bash runCompletion [...]".
2010-04-21 23:19:34 +03:00

8 lines
363 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" "$(dirname "${BASH_SOURCE[0]}")/run" --tool completion $*