Skip to content

Commit a2aa128

Browse files
Fix tools test
1 parent c54294e commit a2aa128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/tools/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if bash.found()
1212
install: get_option('install-tests'),
1313
install_dir: testexecdir)
1414
test(t, bash,
15-
args: 'test-@0@'.format(t),
15+
args: t,
1616
workdir: meson.current_build_dir(),
1717
env: [ 'GIO_USE_VOLUME_MONITOR=unix',
1818
'GSETTINGS_BACKEND=memory',

0 commit comments

Comments
 (0)