mirror of
https://github.com/denisidoro/navi.git
synced 2024-11-12 22:34:38 +03:00
78638c67e4
Fix #107
10 lines
190 B
Bash
10 lines
190 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
|