tests: fix the error message when dying during test's execution
authorBartosz Golaszewski <bartekgola@gmail.com>
Thu, 15 Jun 2017 05:52:42 +0000 (07:52 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Thu, 15 Jun 2017 05:52:42 +0000 (07:52 +0200)
commit05a6748bd137031d517b088851ee346193809963
treed8ec67c3fc4299cc5ae5777ff6112c5fa5f8a3b7
parentb6ef2f11ea4b3cce5764b5175d3d37d9fd298979
tests: fix the error message when dying during test's execution

If die() or die_perr() is called during a test case, print an
additional newline character so that the error message is displayed
below the test description.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
tests/gpiod-test.c