Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jury/tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ load 'jury/test_libs/bats-support-0.3.0/load.bash'
load 'jury/test_libs/bats-assert-2.2.0/load.bash'

@test "displays usage and lists screensavers" {
run ./screensaver.sh
assert_success
run timeout 3s ./screensaver.sh
assert_failure
assert_output --partial "Bash Screensavers"
assert_output --partial "1. alpha"
assert_output --partial "10. tunnel"
Expand Down
Loading