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

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

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

ts_check_test_command $TS_HELPER_LIBLASTLOG2_REMOVE_ENTRY

$TS_HELPER_LIBLASTLOG2_REMOVE_ENTRY || ts_failed "returned an error"

rm tst-delete-user.db

ts_finalize