testsuite: Specify the test protocol

If we don't specify protocol: 'tap', meson things
all is good even though my test yells "not ok".
This commit is contained in:
Matthias Clasen 2020-03-13 15:48:33 -04:00
parent 8b1301cecd
commit 7db490ef2a

View File

@ -19,6 +19,7 @@ if bash.found()
test(t, bash,
args: t,
workdir: meson.current_build_dir(),
protocol: 'tap',
env: [ 'GIO_USE_VOLUME_MONITOR=unix',
'GSETTINGS_BACKEND=memory',
'GDK_DEBUG=default-settings',