diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-19 23:07:14 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-19 14:13:09 +0200 |
commit | 036b23a1063066a0eb4878ddf047f655de77f3ca (patch) | |
tree | 4261f91f8598b5cf945b68a4086dd67c2f547157 /source4/setup | |
parent | 596d6cceab851798de37fc02eddf64a7b2fd1d93 (diff) | |
download | samba-036b23a1063066a0eb4878ddf047f655de77f3ca.tar.gz |
s4-s3-upgrade test upgrade without a wins.dat
Diffstat (limited to 'source4/setup')
-rwxr-xr-x | source4/setup/tests/blackbox_s3upgrade.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/setup/tests/blackbox_s3upgrade.sh b/source4/setup/tests/blackbox_s3upgrade.sh index a4c4b79669a..2b90573fce0 100755 --- a/source4/setup/tests/blackbox_s3upgrade.sh +++ b/source4/setup/tests/blackbox_s3upgrade.sh @@ -61,6 +61,9 @@ EOF testit "samba3-upgrade-dc" $samba_tool domain samba3upgrade $PREFIX/samba3-upgrade/samba3/smb2.conf --targetdir=$PREFIX/samba3-upgrade/s4_2 --libdir=$PREFIX/samba3-upgrade/samba3 +#Run final test without a wins.dat +rm -f $PREFIX/samba3-upgrade/samba3/wins.dat + # Test 3 (s3 dc using testparm hook) cat - > $PREFIX/samba3-upgrade/samba3/smb3.conf <<EOF [global] |