chef/site-cookbooks/tor-full/test/integration/default/bats/tor_installed.bats

6 lines
98 B
Plaintext
Raw Normal View History

2019-09-02 10:23:50 +00:00
#!/usr/bin/env bats
@test "tor binary is found in PATH" {
run which tor
[ "$status" -eq 0 ]
}