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
Add some const to can_delete_file_in_directory().
[Samba.git]
/
source3
/
script
/
tests
/
test_wbinfo_s3.sh
blob
860e7c5afce25a879c7f0e18c157ea5fe3e09444
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
test
x
"
$TEST_FUNCTIONS_SH
"
!=
x
"INCLUDED"
&& {
13
incdir
=
`dirname
$0
`
/
..
/
..
/
..
/
testprogs
/
blackbox
14
.
$incdir
/
subunit.sh
15
}
16
17
testit
"wbinfo"
$VALGRIND $BINDIR
/
wbinfo
$ADDARGS
|| failed
=
`expr
$failed
+ 1`
18
19
testok
$0 $failed