summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/UNIT/cunit/porting_tests_001.sh
blob: bdb7fc531d49a192f032deb576eaf6e97a763c78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

. "${TEST_SCRIPTS_DIR}/unit.sh"

socket="${CTDB_TEST_TMP_DIR}/test_sock.$$"

remove_socket ()
{
    rm -f "$socket"
}

test_cleanup remove_socket

ok_null
unit_test porting_tests --socket="$socket"