diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-13 06:49:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:46 -0500 |
commit | 263916cf71fce585daf68aedd5272f13c4677916 (patch) | |
tree | 4e9334528d4557e2d3f3ea5c4347212f50aeed19 /source4/script/tests/test_posix.sh | |
parent | 1b2b72ff61c6e81189fd0552bfce5d2c7d365554 (diff) | |
download | samba-263916cf71fce585daf68aedd5272f13c4677916.tar.gz samba-263916cf71fce585daf68aedd5272f13c4677916.tar.bz2 samba-263916cf71fce585daf68aedd5272f13c4677916.zip |
r3719: pvfs now passes the RAW-RENAME test
(This used to be commit 3ab8136431aebf8a2625405c796dc4c697eb9e51)
Diffstat (limited to 'source4/script/tests/test_posix.sh')
-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 0d27a0115f..0d76d2a6ae 100755 --- a/source4/script/tests/test_posix.sh +++ b/source4/script/tests/test_posix.sh @@ -40,12 +40,12 @@ tests="$tests BASE-CHKPATH BASE-SECLEAK BASE-TRANS2" tests="$tests BASE-NTDENY1 BASE-NTDENY2 BASE-RENAME BASE-OPENATTR" 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" +tests="$tests RAW-UNLINK RAW-READ RAW-CLOSE RAW-IOCTL RAW-SEARCH RAW-CHKPATH RAW-RENAME" tests="$tests LOCAL-ICONV LOCAL-TALLOC LOCAL-MESSAGING LOCAL-BINDING LOCAL-IDTREE" soon="BASE-CHARSET" soon="$soon RAW-OPLOCK RAW-NOTIFY" -soon="$soon RAW-RENAME BASE-DELAYWRITE" +soon="$soon BASE-DELAYWRITE" for t in $tests; do if [ ! -z "$start" -a "$start" != $t ]; then |