Make sure passthrough_test_setup doesn't inadvertently fail or skip tests
commit13fbbe9cced6df027d2354f3c94f5312dfe60bf2
authorteor <teor2345@gmail.com>
Wed, 2 Nov 2016 03:16:14 +0000 (2 14:16 +1100)
committerteor <teor2345@gmail.com>
Wed, 2 Nov 2016 03:16:14 +0000 (2 14:16 +1100)
treed087db67d3f913c2b01804b6f1f93d24cf9d2d5d
parent77e1d660ee5b8e2beae12f3de543d19009aaa8ac
Make sure passthrough_test_setup doesn't inadvertently fail or skip tests

passthrough_test_setup doesn't pass through arguments if the argument
is equal to 0 or TT_SKIP. Instead, it fails or skips the test.

Assert on this, so we don't accidentally fail or skip tests.
src/test/testing_common.c