s4:selftest: correctly copy a python list into a temporary variable
commitd3f13063cf69e9de569b0487925692ae136fb62b
authorStefan Metzmacher <metze@samba.org>
Tue, 5 May 2015 08:37:14 +0000 (5 10:37 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 5 May 2015 23:22:14 +0000 (6 01:22 +0200)
treea298559ce124b9a029da97f4951e3e437e33801f
parent9bba2f6d6f8692f61a7853f52f4c1d5d06a725fc
s4:selftest: correctly copy a python list into a temporary variable

This fixes a bug in commit 0c6c081dc4e743c142a59d90c9e7f5b6e4cf5bd1.

We need to wb_opts should be a temporary copy of wb_opts_default
and the following wb_opts += should only change wb_opts and not wb_opts_default.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/selftest/tests.py