remove *.default from [EXECUTE] in *.default files

The problem is that the .cfg file cannot override the [EXECUTE]
provided list of tests

Change-Id: I7e1e0499b3b32014b25ae4b515263f57a4ea6daf
diff --git a/bsc/BSC_Tests.cfg b/bsc/BSC_Tests.cfg
index 217c367..ef6823c 100644
--- a/bsc/BSC_Tests.cfg
+++ b/bsc/BSC_Tests.cfg
@@ -15,7 +15,7 @@
 [MAIN_CONTROLLER]
 
 [EXECUTE]
-#BSC_Tests.control
+BSC_Tests.control
 #BSC_Tests.TC_chan_act_noreply
 #BSC_Tests.TC_chan_act_ack_noest
 #BSC_Tests.TC_chan_act_ack_est_ind_noreply
diff --git a/bsc/BSC_Tests.default b/bsc/BSC_Tests.default
index baa3b54..19c0c8c 100644
--- a/bsc/BSC_Tests.default
+++ b/bsc/BSC_Tests.default
@@ -20,4 +20,3 @@
 Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoBSC";
 
 [EXECUTE]
-BSC_Tests.control