repo.or.cz
/
Samba
/
gebeck_regimport.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
librpc: Shorten dcerpc_binding_handle_call a bit
[Samba/gebeck_regimport.git]
/
source3
/
script
/
tests
/
test_wbinfo_s3.sh
blob
91a9f45b3a6a8cff001100a6b02193ac1f58104c
1
#!/bin/sh
2
3
if
[
$#
-lt
1
];
then
4
cat
<<EOF
5
Usage: test_wbinfo_s3.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