repo.or.cz
/
samba4-gss.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libnet: Fix Coverity ID 1634803 Dereference after null check
[samba4-gss.git]
/
source3
/
script
/
tests
/
test_libwbclient_threads.sh
blob
4f7ac128e0a45c331f4f132f617d1add8ef8d5ba
1
#!/bin/sh
2
3
if
[
$#
-lt
2
];
then
4
cat
<<EOF
5
Usage: test_libwbclient_threads.sh DOMAIN USERNAME
6
EOF
7
exit
1
8
fi
9
10
DOMAIN
=
"
$1
"
11
USERNAME
=
"
$2
"
12
shift
2
13
14
incdir
=
$
(
dirname
$0
)/
..
/
..
/
..
/
testprogs
/
blackbox
15
.
$incdir
/
subunit.sh
16
17
testit
"libwbclient-threads"
"
$BINDIR
/stress-nss-libwbclient"
"
$DOMAIN
/
$USERNAME
"