summaryrefslogtreecommitdiff
path: root/tests/failure.ktest
blob: 179b62b8fe81bf8dd154b70992c8c197d0f2f858 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

config-mem 512M
config-timeout 60

test_failure()
{
    false
}