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

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

exit 0