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

6 lines
98 B
Bash

#!/usr/bin/env bats
@test "tor binary is found in PATH" {
run which tor
[ "$status" -eq 0 ]
}