summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/UNIT/eventscripts/stubs/wbinfo
blob: 4fc6b98331f60d903ae56ca9c2fec577c852b040 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ "$FAKE_WBINFO_FAIL" = "yes" ] ; then
   exit 1
fi

exit 0