diff options
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index 47bfba2bc5..769e1695d4 100755 --- a/source4/selftest/tests.sh +++ b/source4/selftest/tests.sh @@ -223,7 +223,13 @@ for bindoptions in connect $VALIDATE ; do done done done +# Tests for the DFS referral calls implementation +dfsc=`$smb4torture --list | grep "^DFS-" | xargs` + +for t in $dfsc; do + plansmbtorturetestsuite "$t" dc $ADDARGS //\$SERVER/ipc$ -U"\$USERNAME"%"\$PASSWORD" +done # Tests for the NET API |