mirror of
https://github.com/samba-team/samba.git
synced 2025-11-06 08:23:50 +03:00
3 lines
110 B
Bash
Executable File
3 lines
110 B
Bash
Executable File
#!/bin/sh
|
|
$SRCDIR/script/tests/test_net.sh $SERVER $USERNAME $PASSWORD $DOMAIN || failed=`expr $failed + $?`
|