navi/test/platform_test.sh
Denis Isidoro 0c960fca54
Interpolation: only quote multi-word values (#100)
- Fixes #99 
- adds `platform::existing_command`
2019-09-30 11:27:03 -03:00

9 lines
188 B
Bash

#!/usr/bin/env bash
existing() {
platform::existing_command oasida fngo ni awk aoisdn oafm \
| test::equals awk
}
test::set_suite "platform"
test::run "existing_command" existing