Merge pull request #1663 from BeameryEdge/hotfix/test_command_exists

Fix the _command_exists function exists test use case
pull/1667/head
Nils Winkler 2020-09-25 08:50:11 +02:00 committed by GitHub
commit 49a021ebd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ function local_setup {
# TODO Create global __get_enabled_name function
@test "helpers: _command_exists function exists" {
type -a _command_exists &> /dev/null
run type -a _command_exists &> /dev/null
assert_success
}