blob: fd33ac97852af9faaa73f6b87df5aa09e187f85c (
plain)
1
2
3
4
|
# if skip_all works as expected, this test should 'succeed' even though there are errors
selftest::skip_all { "test skip": }
selftest::expect { "skipped test": output => "foo bar baz quux" }
|