test 104: adjust to (unwritten) tests2 suite conventions
commite6d8f9a8bbf445cf4968fb89b357530702e1ff84
authorgrischka <grischka>
Fri, 21 Jun 2019 21:22:13 +0000 (21 23:22 +0200)
committergrischka <grischka>
Fri, 21 Jun 2019 22:26:31 +0000 (22 00:26 +0200)
treed054a3c86379b48a968ce394cb20d74e91dd6fc0
parent5dfcc7506c1f4c74683957da3ab10ec301dcc317
test 104: adjust to (unwritten) tests2 suite conventions

... which IMO are:

1) files don't need a _test suffix because all files in
   the directory are tests ;)

2) we test the BEHAVIOR of the program, rather than its
   binary bit contents.

Ok, but nobody said a test can't use two files ;)

(where the 104+_ construct is meant to prevent the file
from being picked up by the makefile as a test on its own).
tests/tests2/104+_inline.c [new file with mode: 0644]
tests/tests2/104_inline.c [new file with mode: 0644]
tests/tests2/104_inline.expect [new file with mode: 0644]
tests/tests2/104_inline_test.c [deleted file]
tests/tests2/104_inline_test.expect [deleted file]
tests/tests2/Makefile