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_success.sh
blob
7ba8ddbef5970db73c3d96ed48602b4ed6d42cee
1
#!/bin/sh
2
#
3
# Blackbox test that should simply succeed.
4
#
5
# Copyright (C) 2011 Michael Adam <obnox@samba.org>
6
7
incdir
=
$
(
dirname
$0
)/
..
/
..
/
..
/
testprogs
/
blackbox
8
.
$incdir
/
subunit.sh
9
10
failed
=
0
11
12
test_success
()
13
{
14
true
15
}
16
17
testit
"success"
\
18
test_success ||
19
failed
=
$
(
expr
$failed
+
1
)
20
21
testok
$0 $failed