diff options
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/tests/test_posix.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/script/tests/test_posix.sh b/source4/script/tests/test_posix.sh index a23627931a..d298f5d7ce 100755 --- a/source4/script/tests/test_posix.sh +++ b/source4/script/tests/test_posix.sh @@ -43,7 +43,6 @@ 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-OPEN RAW-OPLOCK RAW-NOTIFY RAW-MUX" soon="$soon RAW-CHKPATH RAW-WRITE RAW-RENAME" -soon="$soon BASE-TRANS2" for t in $tests; do if [ ! -z "$start" -a "$start" != $t ]; then |