summaryrefslogtreecommitdiffstats
path: root/tests/ts/liblastlog2/write_read_user
blob: 8a6028abc8403c9c9706f627b652551dea007b04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

TS_TOPDIR="${0%/*}/../.."
TS_DESC="write_read_user"

. "$TS_TOPDIR"/functions.sh
ts_init "$*"

ts_check_test_command $TS_HELPER_LIBLASTLOG2_WRITE_READ_USER

$TS_HELPER_LIBLASTLOG2_WRITE_READ_USER || ts_failed "returned an error"

rm tst-write-read-user.db

ts_finalize