Sorting compgen output so that the returned values are in ascending order

This commit is contained in:
Nils Winkler
2017-09-15 08:10:15 +02:00
parent e7298a5303
commit 7a3603f80d
2 changed files with 5 additions and 5 deletions

View File

@@ -9,5 +9,5 @@ if [ -z "${BASH_IT}" ]; then
export BASH_IT=$(cd ${test_directory} && dirname $(pwd))
fi
# exec $bats_executable ${CI:+--tap} ${test_directory}/completion
exec $bats_executable ${CI:+--tap} ${test_directory}/{bash_it,completion,install,lib,plugins,themes}
exec $bats_executable ${CI:+--tap} ${test_directory}/completion
# exec $bats_executable ${CI:+--tap} ${test_directory}/{bash_it,completion,install,lib,plugins,themes}