diff options
Diffstat (limited to 'test/malloc_common.tcl')
-rw-r--r-- | test/malloc_common.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/malloc_common.tcl b/test/malloc_common.tcl index 4b2478abe..e3a0dd94c 100644 --- a/test/malloc_common.tcl +++ b/test/malloc_common.tcl @@ -114,6 +114,8 @@ proc do_faultsim_test {name args} { set DEFAULT(-body) "" set DEFAULT(-test) "" + fix_testname name + array set O [array get DEFAULT] array set O $args foreach o [array names O] { |