From 59d5e6a1b0426983e60489b32fdb6336469b9ee6 Mon Sep 17 00:00:00 2001 From: Brad Henry Date: Fri, 23 Feb 2007 18:02:16 +0000 Subject: 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 used to be commit 2982d9e90c26a78fb4a38ecaa65c192f5f764bf3) --- source4/script/tests/test_win.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/script') diff --git a/source4/script/tests/test_win.sh b/source4/script/tests/test_win.sh index 48cae0418e..577282b3ae 100755 --- a/source4/script/tests/test_win.sh +++ b/source4/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 -- cgit