summaryrefslogtreecommitdiff
path: root/tests/bcachefs/32bit.ktest
blob: 6a885fd74fdbffb515523734dad3fcbc6ba490b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash

ktest_arch=x86

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

config-timeout 30

test_boot()
{
    true
}

main "$@"