summaryrefslogtreecommitdiff
path: root/source3/script/tests
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-05-28 08:30:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:17:13 -0500
commit9b19549fd69db2c624ce1a1458d84ef96642c408 (patch)
treeb1ce4cd12ece0b36e01c690d0888c7bbcc38e65d /source3/script/tests
parent263b01ecb9a09c80c3b519c5ec4e52437ace9da0 (diff)
downloadsamba-9b19549fd69db2c624ce1a1458d84ef96642c408.tar.gz
samba-9b19549fd69db2c624ce1a1458d84ef96642c408.tar.bz2
samba-9b19549fd69db2c624ce1a1458d84ef96642c408.zip
r15917: Activate RPC-AUTHCONTEXT in "make test"
(This used to be commit 17f701ab4f46502ca7a957d3e79b005a0acebdc1)
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-xsource3/script/tests/test_posix_s3.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh
index 1e60ec7666..0dfdbf15aa 100755
--- a/source3/script/tests/test_posix_s3.sh
+++ b/source3/script/tests/test_posix_s3.sh
@@ -32,7 +32,9 @@ raw="$raw RAW-IOCTL RAW-LOCK RAW-MKDIR RAW-MUX RAW-NOTIFY RAW-OPEN RAW-OPLOCK"
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"
-tests="$base $raw"
+rpc="RPC-AUTHCONTEXT"
+
+tests="$base $raw $rpc"
skipped="BASE-CHARSET BASE-DEFER_OPEN BASE-DELAYWRITE BASE-DELETE BASE-OPENATTR BASE-TCONDEV"
skipped="$skipped RAW-ACLS RAW-CLOSE RAW-COMPOSITE RAW-CONTEXT RAW-EAS"