repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
samba-tool: Fix enum values in dns.py
[Samba.git]
/
nsswitch
/
tests
/
test_wbinfo_simple.sh
blob
dc90ddcadf0b342dcff0e5b8feb5ac2740120628
1
#!/bin/sh
2
3
if
[
$#
-lt
1
];
then
4
cat
<<EOF
5
Usage: test_wbinfo_simple.sh <wbinfo args>
6
EOF
7
exit
1
;
8
fi
9
10
ADDARGS
=
"$*"
11
12
incdir
=
`dirname
$0
`
/
..
/
..
/
testprogs
/
blackbox
13
.
$incdir
/
subunit.sh
14
15
testit
"wbinfo"
$VALGRIND $BINDIR
/
wbinfo
$ADDARGS
|| failed
=
`expr
$failed
+ 1`
16
17
testok
$0 $failed