diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-09-25 04:17:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:14:41 -0500 |
commit | 170ee35a6674468553b9c9e74072725afb80d0d1 (patch) | |
tree | ce22b27f43b6ee55e7fc17f69ca66be3ec8888aa | |
parent | 82bf0da9d33d84023338498a6fde9f9f91b173d8 (diff) | |
download | samba-170ee35a6674468553b9c9e74072725afb80d0d1.tar.gz samba-170ee35a6674468553b9c9e74072725afb80d0d1.tar.bz2 samba-170ee35a6674468553b9c9e74072725afb80d0d1.zip |
r18886: First, RPC_SRVSVC is called RPC-SRVSVC and second, we're so far off on that
one that there's no point yet to run this in the build farm.
Volker
(This used to be commit bbd9f0bb6f58cda0ed4f18a3c19221cacfef1c0f)
-rwxr-xr-x | source3/script/tests/test_posix_s3.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh index f079a5a1eb..fef517af7a 100755 --- a/source3/script/tests/test_posix_s3.sh +++ b/source3/script/tests/test_posix_s3.sh @@ -33,7 +33,8 @@ raw="$raw RAW-QFILEINFO RAW-QFSINFO RAW-READ RAW-RENAME RAW-SEARCH RAW-SEEK" raw="$raw RAW-SFILEINFO RAW-SFILEINFO-BUG RAW-STREAMS RAW-UNLINK RAW-WRITE" raw="$raw RAW-SAMBA3HIDE RAW-SAMBA3BADPATH" -rpc="RPC-AUTHCONTEXT RPC-BINDSAMBA3 RPC-SAMBA3-SRVSVC RPC-SAMBA3-SHARESEC RPC-UNIXINFO RPC_SRVSVC" +rpc="RPC-AUTHCONTEXT RPC-BINDSAMBA3 RPC-SAMBA3-SRVSVC RPC-SAMBA3-SHARESEC" +rpc="$rpc RPC-UNIXINFO" if test x$RUN_FROM_BUILD_FARM = xyes; then rpc="$rpc RPC-NETLOGSAMBA3 RPC-SAMBA3SESSIONKEY RPC-SAMBA3-GETUSERNAME" |