diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-30 10:53:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:59:23 -0500 |
commit | d72f821aaa65cf854834861c66ce5830e84c9df5 (patch) | |
tree | 78237b80f14bc4f3c00aead5bca9c1bb1425566b /source4/script | |
parent | 47eca29d4a77f440c37bfe740139c914e11ab646 (diff) | |
download | samba-d72f821aaa65cf854834861c66ce5830e84c9df5.tar.gz samba-d72f821aaa65cf854834861c66ce5830e84c9df5.tar.xz samba-d72f821aaa65cf854834861c66ce5830e84c9df5.zip |
r14814: also run the BASE-DIR test with 'make test'
metze
(This used to be commit b52baadf2233335f5f92b4e08b7f1c2dfd0d764f)
Diffstat (limited to 'source4/script')
-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 ea40d38fb75..42d797437d4 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-DIR1 BASE-DIR2 BASE-VUID" +tests="$tests BASE-DIR 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" |