git-sig/test/test.bats

7 lines
100 B
Bash

load test_helper
@test "Outputs help if run without arguments" {
run ./sig
[ "$status" -eq 0 ]
}