summaryrefslogtreecommitdiff
path: root/tests/failure.ktest
blob: 24173c011f3aa0abdddc25049e2f42c01875f12b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash

. "$(dirname "$(readlink -e "${BASH_SOURCE[0]}")")/test-libs.sh"

config-mem 512M
config-timeout 60

test_failure()
{
    false
}

main "$@"