]> granicus.if.org Git - check/commit
Remove double addition of test suite
authorBranden Archer <b.m.archer4@gmail.com>
Sun, 19 Jun 2016 20:49:20 +0000 (16:49 -0400)
committerBranden Archer <b.m.archer4@gmail.com>
Sun, 19 Jun 2016 20:49:37 +0000 (16:49 -0400)
commit98b1e71c78707adafe5dec27446a183e69937f29
tree0580693a327358129fe360bf208847e69bde4d29
parent6c19a8e3feb7b5d305905efefbe2be424a6adde3
Remove double addition of test suite

The original purpose of adding the default timeout tests twice
does not seem to be relevant anymore; the timeout tests have been
split into several different types, each using either the
tcase_set_timeout or an environment variable. The tc_timeout_default
suite never has anything but the default timeout set, so the
spirit of why it was originally added no longer applies.
In addition, if the suite were formally torn down it would cause
a double free error.
tests/check_check_master.c
tests/check_check_sub.c