summaryrefslogtreecommitdiff
path: root/cesar/bsu/test/utest/src/bsut.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/bsu/test/utest/src/bsut.c')
-rw-r--r--cesar/bsu/test/utest/src/bsut.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cesar/bsu/test/utest/src/bsut.c b/cesar/bsu/test/utest/src/bsut.c
index c327d6148f..2dda881d86 100644
--- a/cesar/bsu/test/utest/src/bsut.c
+++ b/cesar/bsu/test/utest/src/bsut.c
@@ -614,6 +614,8 @@ test_case_bsu_activate (test_t test)
{
bsu_test_t t;
bsu_test_init (&t);
+ /* bsu test init set a sync variable in poweron table. */
+ memset (&t.bsu->poweron, 0, sizeof (bsu_avln_t));
test_case_begin (test, "BSU activate");
test_begin (test, "Activate/deactivate")
{