index
:
samba
debian
progress-linux
upstream
debian 12 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: b4bd9f2de76443c3a07b0525c8675716c10e9cc3 (
plain
)
1
2
3
4
5
6
7
#!/bin/sh
if
[
"
$FAKE_WBINFO_FAIL
"
=
"yes"
]
;
then
exit
1
fi
exit
0