ctdb-tests: Move eventd tests to UNIT/ subdirectory
[samba.git] / ctdb / tests / eventscripts / stubs / tdbdump
1 #!/bin/sh
2
3 if [ "$FAKE_TDB_IS_OK" = "yes" ] ; then
4     echo "TDB good"
5     exit 0
6 else
7     echo "TDB busted"
8     exit 1
9 fi