Suppress sterr in test

This commit is contained in:
The Magician 2023-11-21 13:28:33 +00:00
parent 1a8ba2e654
commit 47a11f53ff
1 changed files with 1 additions and 1 deletions

View File

@ -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" "$?"
}