From 2982d9e90c26a78fb4a38ecaa65c192f5f764bf3 Mon Sep 17 00:00:00 2001 From: Brad Henry Date: Fri, 23 Feb 2007 18:02:16 +0000 Subject: [PATCH] r21522: Stop passing the VM config file path to wintest_2k3_dc.sh on the command line. Forgot this one in the last commit. --- source/script/tests/test_win.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/script/tests/test_win.sh b/source/script/tests/test_win.sh index 48cae0418eb..577282b3ae8 100755 --- a/source/script/tests/test_win.sh +++ b/source/script/tests/test_win.sh @@ -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