From 3b5c992481d510adbafba73f737360ebb21e3540 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 26 Oct 2004 22:44:28 +0000 Subject: r3270: - added another unlink test - removed BASE-TRANS2 from the list of tests to be worked on (its already in the "passes" list) (This used to be commit 8ba10229c3860b955de698c3e2660cf6d18e2f22) --- source4/script/tests/test_posix.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/script/tests') 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 -- cgit