Suppress sterr in test
This commit is contained in:
parent
1a8ba2e654
commit
47a11f53ff
|
@ -72,7 +72,7 @@ test_pick_random_task_id_picks_random_id() {
|
|||
test_generate_task_exits_1_if_task_active() {
|
||||
fake check_active_task 'return 0'
|
||||
|
||||
generate_task
|
||||
generate_task 2>/dev/null
|
||||
|
||||
assert_equals "1" "$?"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue