1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r21522: Stop passing the VM config file path to wintest_2k3_dc.sh on the command line.

Forgot this one in the last commit.
This commit is contained in:
Brad Henry 2007-02-23 18:02:16 +00:00 committed by Gerald (Jerry) Carter
parent 7496a28b43
commit 2982d9e90c

View File

@ -38,5 +38,5 @@ testit "$name" $WINTEST_DIR/wintest_client.sh $SMBTORTURE_REMOTE_HOST
dc_tests="RPC-DRSUAPI RPC-SPOOLSS ncacn_np ncacn_ip_tcp"
for name in $dc_tests; do
testit "$name against Windows 2003 DC" $WINTEST_DIR/wintest_2k3_dc.sh \
"$name" "$WIN2K3_DC_VM_CFG_PATH"
"$name"
done