mirror of
https://github.com/samba-team/samba.git
synced 2025-11-08 16:23:49 +03:00
4 lines
227 B
Bash
Executable File
4 lines
227 B
Bash
Executable File
#!/bin/sh
|
|
$SRCDIR/script/tests/test_smbclient.sh $SERVER $USERNAME $PASSWORD $DOMAIN $PREFIX || failed=`expr $failed + $?`
|
|
$SRCDIR/script/tests/test_cifsdd.sh $SERVER $USERNAME $PASSWORD $DOMAIN || failed=`expr $failed + $?`
|