The parser didn't seem to handle line continuations properly back then.
endif
endif
-if find_program('sh', required : false).found() and \
- find_program('dd', required : false).found() and \
- find_program('diff', required : false).found()
+if find_program('sh', required : false).found() and find_program('dd', required : false).found() and find_program('diff', required : false).found()
test('test-pseudotcp-random', find_program('test-pseudotcp-random.sh'),
args: test_pseudotcp,
env: tenv)