diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-26 08:41:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:04:46 -0500 |
commit | 4db039c3f33ff4119ced156f23786b1bcb73b5fd (patch) | |
tree | bc8390dc0002271230df337bf6ddd590ca39c8b6 /source4/script | |
parent | 7f60959e64c4281e02fd11fbcce2d15f43da1892 (diff) | |
download | samba-4db039c3f33ff4119ced156f23786b1bcb73b5fd.tar.gz samba-4db039c3f33ff4119ced156f23786b1bcb73b5fd.tar.bz2 samba-4db039c3f33ff4119ced156f23786b1bcb73b5fd.zip |
r3254: - expanded the RAW-IOCTL test
- fixed the old ioctl interface to not check handle before failing
- pvs now passes RAW-IOCTL
(This used to be commit 98f6dbdba46c907039951559ec5f526410fd0039)
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/tests/test_posix.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/script/tests/test_posix.sh b/source4/script/tests/test_posix.sh index aefdfd19f0..9ea4a6df6e 100755 --- a/source4/script/tests/test_posix.sh +++ b/source4/script/tests/test_posix.sh @@ -37,11 +37,11 @@ tests="$tests BASE-DELETE BASE-PROPERTIES BASE-MANGLE" 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" +tests="$tests RAW-UNLINK RAW-READ RAW-CLOSE RAW-IOCTL" tests="$tests LOCAL-ICONV LOCAL-TALLOC LOCAL-MESSAGING LOCAL-BINDING LOCAL-IDTREE" 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-SFILEINFO RAW-SEARCH RAW-OPEN RAW-OPLOCK RAW-NOTIFY RAW-MUX" soon="$soon RAW-CHKPATH RAW-WRITE RAW-RENAME" soon="$soon BASE-TRANS2" |