index
:
samba
debian
progress-linux
upstream
debian-backports: samba
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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