diff options
Diffstat (limited to 'source4/script/tests/test_win.sh')
-rw-r--r-- | source4/script/tests/test_win.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/script/tests/test_win.sh b/source4/script/tests/test_win.sh index c4d11d5bd7..4482854125 100644 --- a/source4/script/tests/test_win.sh +++ b/source4/script/tests/test_win.sh @@ -7,7 +7,9 @@ # Copyright Brad Henry <brad@samba.org> 2006 # Released under the GNU GPL v2 or later. -. $WINTEST_DIR/test_win.conf + +# This variable is defined in the per-hosts .fns file. +. $WINTESTCONF # Setup the windows environment. # This was the best way I could figure out including library files |