diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-08-05 15:31:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:18 -0500 |
commit | 370016c0d2d88b4f2cb454278185ba982b939486 (patch) | |
tree | c33439c9956cadc255d595eda6f754e4a6f56c7c /source4 | |
parent | beed5b8532400d79fd40fc53ebae1666adc9af34 (diff) | |
download | samba-370016c0d2d88b4f2cb454278185ba982b939486.tar.gz samba-370016c0d2d88b4f2cb454278185ba982b939486.tar.bz2 samba-370016c0d2d88b4f2cb454278185ba982b939486.zip |
r9120: added the BASE-DISCONNECT test to our set of standard tests
(This used to be commit a6e2e6e1ba950ddd9918bf527ce1c5278f7b49bd)
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/script/tests/test_posix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_posix.sh b/source4/script/tests/test_posix.sh index 9b691cb6aa..a8fe93fe1d 100755 --- a/source4/script/tests/test_posix.sh +++ b/source4/script/tests/test_posix.sh @@ -27,7 +27,7 @@ tests="$tests BASE-DENY1 BASE-DENY2 BASE-TCON BASE-TCONDEV BASE-RW1" tests="$tests BASE-DENY3 BASE-XCOPY BASE-OPEN BASE-DENYDOS" tests="$tests BASE-PROPERTIES BASE-MANGLE" tests="$tests BASE-CHKPATH BASE-SECLEAK BASE-TRANS2" -tests="$tests BASE-NTDENY1 BASE-NTDENY2 BASE-RENAME BASE-OPENATTR" +tests="$tests BASE-NTDENY1 BASE-NTDENY2 BASE-RENAME BASE-OPENATTR BASE-DISCONNECT" tests="$tests RAW-QFSINFO RAW-QFILEINFO RAW-SFILEINFO-BUG RAW-SFILEINFO" tests="$tests RAW-LOCK RAW-MKDIR RAW-SEEK RAW-CONTEXT RAW-MUX RAW-OPEN RAW-WRITE" tests="$tests RAW-UNLINK RAW-READ RAW-CLOSE RAW-IOCTL RAW-SEARCH RAW-CHKPATH RAW-RENAME" |