diff options
author | Ted Gould <ted@gould.cx> | 2010-02-09 22:26:23 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-09 22:26:23 -0600 |
commit | 9fcc7e58982ef73d3cfc620fec98f836eff96464 (patch) | |
tree | 26af15c51201c41464e609f3a15ec6f06aa6b6c8 /tests | |
parent | 2617e7e630e8ee29da21d3f2944887164af5c9af (diff) | |
download | libdbusmenu-9fcc7e58982ef73d3cfc620fec98f836eff96464.tar.gz libdbusmenu-9fcc7e58982ef73d3cfc620fec98f836eff96464.tar.bz2 libdbusmenu-9fcc7e58982ef73d3cfc620fec98f836eff96464.zip |
Oops, damn dislxeia
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 96e425d..72c4919 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -138,7 +138,7 @@ test_glib_properties_client_LDADD = \ test-glib-proxy: test-glib-proxy-client test-glib-proxy-server test-glib-proxy-proxy Makefile.am @echo "#!/bin/bash" > $@ @echo $(DBUS_RUNNER) --task ./test-glib-proxy-client --task-name Client --task ./test-glib-proxy-server --task-name Server --ignore-return \\ >> $@ - @echo --task ./test-glib-proxy-proxy --parameter test.proxy.proxy_first --parameter test.proxy.server --task-name Proxy01 >> $@ + @echo --task ./test-glib-proxy-proxy --parameter test.proxy.first_proxy --parameter test.proxy.server --task-name Proxy01 >> $@ @chmod +x $@ test_glib_proxy_server_SOURCES = \ |