summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-10-26 08:33:04 +0000
committerAndrew Tridgell <tridge@samba.org>2004-10-26 08:33:04 +0000
commitfbb85801bed5ca1a8fde6988f41683f4607d1ec7 (patch)
tree0e4c03407cba9f2715f78a761a2ffb3114b47d79 /source/script
parent1071a7074c525e2ff760ee689fc42de49f9cbce5 (diff)
downloadsamba-fbb85801bed5ca1a8fde6988f41683f4607d1ec7.tar.gz
samba-fbb85801bed5ca1a8fde6988f41683f4607d1ec7.tar.xz
samba-fbb85801bed5ca1a8fde6988f41683f4607d1ec7.zip
r3252: pvfs now passes BASE-TRANS2
Diffstat (limited to 'source/script')
-rwxr-xr-xsource/script/tests/test_posix.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/script/tests/test_posix.sh b/source/script/tests/test_posix.sh
index 290d52bd907..aefdfd19f07 100755
--- a/source/script/tests/test_posix.sh
+++ b/source/script/tests/test_posix.sh
@@ -34,7 +34,7 @@ tests="$tests BASE-NEGNOWAIT BASE-DIR1 BASE-DIR2 BASE-VUID"
tests="$tests BASE-DENY2 BASE-TCON BASE-TCONDEV BASE-RW1"
tests="$tests BASE-DENY3 BASE-XCOPY BASE-OPEN"
tests="$tests BASE-DELETE BASE-PROPERTIES BASE-MANGLE"
-tests="$tests BASE-CHKPATH BASE-SECLEAK"
+tests="$tests BASE-CHKPATH BASE-SECLEAK BASE-TRANS2"
tests="$tests RAW-QFSINFO RAW-QFILEINFO RAW-SFILEINFO-BUG"
tests="$tests RAW-LOCK RAW-MKDIR RAW-SEEK RAW-CONTEXT BASE-RENAME"
tests="$tests RAW-UNLINK RAW-READ RAW-CLOSE"
@@ -42,7 +42,7 @@ tests="$tests LOCAL-ICONV LOCAL-TALLOC LOCAL-MESSAGING LOCAL-BINDING LOCAL-IDTRE
soon="BASE-DENY1 BASE-DEFER_OPEN BASE-OPENATTR BASE-CHARSET"
soon="$soon RAW-SFILEINFO RAW-SEARCH RAW-OPEN RAW-OPLOCK RAW-NOTIFY RAW-MUX RAW-IOCTL"
-soon="$soon RAW-CHKPATH RAW-WRITE RAW-RENAME BASE-TRANS2"
+soon="$soon RAW-CHKPATH RAW-WRITE RAW-RENAME"
soon="$soon BASE-TRANS2"
for t in $tests; do