diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-09-15 22:49:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:51:51 -0500 |
commit | e5db7fee0f5cb3bd7434cdefebabc7a8376aa0d4 (patch) | |
tree | db7c10f2390939cd426d943af4693fd888f41c99 /source3/script | |
parent | 47debfd03a57815d9c4d67406cfa522ece1a7bc5 (diff) | |
download | samba-e5db7fee0f5cb3bd7434cdefebabc7a8376aa0d4.tar.gz samba-e5db7fee0f5cb3bd7434cdefebabc7a8376aa0d4.tar.bz2 samba-e5db7fee0f5cb3bd7434cdefebabc7a8376aa0d4.zip |
r18572: Use the autogenerated client and server for the echo interface and implement
some of the missing functions. RPC-ECHO now passes against Samba3.
(This used to be commit 9e9a05366176454cc1779acc6c2b6070743f5939)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/test_posix_s3.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh index bace1e5295..4c8d43665e 100755 --- a/source3/script/tests/test_posix_s3.sh +++ b/source3/script/tests/test_posix_s3.sh @@ -33,9 +33,9 @@ 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-NETLOGSAMBA3 RPC-SAMBA3SESSIONKEY" -rpc="$rpc RPC-SAMBA3-SRVSVC RPC-SAMBA3-GETUSERNAME RPC-SAMBA3-SHARESEC" -rpc="$rpc RPC-UNIXINFO" +rpc="RPC-ECHO RPC-AUTHCONTEXT RPC-BINDSAMBA3 RPC-NETLOGSAMBA3" +rpc="$rpc RPC-SAMBA3SESSIONKEY RPC-SAMBA3-SRVSVC RPC-SAMBA3-GETUSERNAME" +rpc="$rpc RPC-SAMBA3-SHARESEC RPC-UNIXINFO" tests="$base $raw $rpc" |