Bugfix: do not assume that tc output ends with newline.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 6 Mar 2019 06:51:34 +0000 (15:51 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 6 Mar 2019 06:51:34 +0000 (15:51 +0900)
commit99cc63e57e1737e724f3546eb497becbbf32d226
tree8188440061054e433eabbc24049bb8e3c7f053ef
parent6a06bc594a1418397928d47d2a01edc3df4c3e9f
Bugfix: do not assume that tc output ends with newline.

When a testcase generates stdout without trailing newline,
SSAT had been failing because it cannot find the tmpfile name.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
ssat-api.sh