diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-04-18 14:43:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:06 -0500 |
commit | a60ab76694edeb79dcd6e8bf1b381a46ff8d54ee (patch) | |
tree | e591552cea1d133fa9bedba0b9656f64ab84880f /source4/script/tests/Samba3.pm | |
parent | 8636c243d648b76ef98283f5858267ed87e0d385 (diff) | |
download | samba-a60ab76694edeb79dcd6e8bf1b381a46ff8d54ee.tar.gz samba-a60ab76694edeb79dcd6e8bf1b381a46ff8d54ee.tar.bz2 samba-a60ab76694edeb79dcd6e8bf1b381a46ff8d54ee.zip |
r22339: Run some more tests.
(This used to be commit 1b73e6a776a3ef478718f656523d125d28589f5c)
Diffstat (limited to 'source4/script/tests/Samba3.pm')
-rw-r--r-- | source4/script/tests/Samba3.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/Samba3.pm b/source4/script/tests/Samba3.pm index fa51dba3a2..478a79e2af 100644 --- a/source4/script/tests/Samba3.pm +++ b/source4/script/tests/Samba3.pm @@ -115,7 +115,7 @@ sub check_or_start($$$$) { unlink($env_vars->{SMBD_TEST_LOG}); print "STARTING SMBD..."; - my $pid = fork(); + $pid = fork(); if ($pid == 0) { open STDOUT, ">$env_vars->{SMBD_TEST_LOG}"; open STDERR, '>&STDOUT'; |