diff options
author | Brad Henry <brad@samba.org> | 2007-02-23 18:02:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:50 -0500 |
commit | 59d5e6a1b0426983e60489b32fdb6336469b9ee6 (patch) | |
tree | 0183b90acdf40a4cd3374d69fb4dad7c3fbf19b3 /source4/script/tests | |
parent | 74e23c7e7a6ab10833a6cf618fa9ecb4f05f0c18 (diff) | |
download | samba-59d5e6a1b0426983e60489b32fdb6336469b9ee6.tar.gz samba-59d5e6a1b0426983e60489b32fdb6336469b9ee6.tar.bz2 samba-59d5e6a1b0426983e60489b32fdb6336469b9ee6.zip |
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)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/test_win.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |