source4/tests: typo in env name
authorJamie McClymont <jamiemcclymont@catalyst.net.nz>
Wed, 3 Jan 2018 03:59:24 +0000 (03:59 +0000)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 4 Jan 2018 21:29:08 +0000 (22:29 +0100)
Signed-off-by: Jamie McClymont <jamiemcclymont@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source4/selftest/tests.py

index 755f0c9a41131a6fc5dfc79cdad7a2b09e4a0b43..91f8a5cec687fcb9360c148fc6d0e266daafa1c3 100755 (executable)
@@ -726,7 +726,7 @@ planoldpythontestsuite("ad_dc_ntvfs",
 # Want a selection of environments across the process models
 #
 for env in ["ad_dc_ntvfs:local", "ad_dc:local",
-            "fl2003dc:local", "fl2008rdc:local",
+            "fl2003dc:local", "fl2008r2dc:local",
             "promoted_dc:local"]:
     planoldpythontestsuite(env, "samba.tests.blackbox.smbcontrol")