On Wed May 28 13:59:15 2025 +0000, Alfred Agrell wrote:
If the ok() passes on everything, then the if is unnecessary. (And if it doesn't, you should add a broken() or win_skip() somewhere.)
Good point. I am also not testing other functions so I should assume they work as intended, therefore I will get rid of my other if statement below that as well.