diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-30 11:07:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:59:23 -0500 |
commit | 99beb7b32964328703dfc9cd33886f5ab373b8c0 (patch) | |
tree | 721e4f88410dc6d6371dc557c644b0b223228a65 | |
parent | d72f821aaa65cf854834861c66ce5830e84c9df5 (diff) | |
download | samba-99beb7b32964328703dfc9cd33886f5ab373b8c0.tar.gz samba-99beb7b32964328703dfc9cd33886f5ab373b8c0.tar.xz samba-99beb7b32964328703dfc9cd33886f5ab373b8c0.zip |
r14815: BASE-DIR doesn't exists...
metze
(This used to be commit 711df01cc82037b47f750572387accbf28d10bfc)
-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 42d797437d4..ea40d38fb75 100755 --- a/source4/script/tests/test_posix.sh +++ b/source4/script/tests/test_posix.sh @@ -22,7 +22,7 @@ incdir=`dirname $0` tests="BASE-FDPASS BASE-LOCK1 BASE-LOCK2 BASE-LOCK3 BASE-LOCK4" tests="$tests BASE-LOCK5 BASE-LOCK6 BASE-LOCK7 BASE-UNLINK BASE-ATTR" -tests="$tests BASE-DIR BASE-DIR1 BASE-DIR2 BASE-VUID" +tests="$tests BASE-DIR1 BASE-DIR2 BASE-VUID" 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 BASE-DELETE" |