r21522: Stop passing the VM config file path to wintest_2k3_dc.sh on the command...
authorBrad Henry <brad@samba.org>
Fri, 23 Feb 2007 18:02:16 +0000 (18:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:48:50 +0000 (14:48 -0500)
Forgot this one in the last commit.

source/script/tests/test_win.sh

index 48cae0418eb1ce774b3d885f2631bc89feb67464..577282b3ae826d607df1b774548561837e1db8aa 100755 (executable)
@@ -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