diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-04-30 01:27:43 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-04-30 01:27:43 +0200 |
commit | c02dcd0d1bef975742601820837ee5c7ef673f73 (patch) | |
tree | e3cc3f83d4af8b6ced9508e893d74d41ce0218b7 /Makefile.am | |
parent | 179477e695107425c9e47177beb5957327b52021 (diff) | |
download | connman-c02dcd0d1bef975742601820837ee5c7ef673f73.tar.gz connman-c02dcd0d1bef975742601820837ee5c7ef673f73.tar.bz2 connman-c02dcd0d1bef975742601820837ee5c7ef673f73.zip |
test: Remove script to monitor manager
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8cf3dc69..6afc5eca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -202,7 +202,7 @@ test_scripts = test/get-state test/list-services \ test/monitor-services test/test-clock \ test/simple-agent test/show-introspection test/test-compat \ test/test-manager test/test-connman test/monitor-connman \ - test/connect-vpn test/disconnect-vpn test/monitor-manager \ + test/connect-vpn test/disconnect-vpn \ test/test-counter test/set-ipv4-method test/set-ipv6-method \ test/get-services test/get-proxy-autoconfig test/set-proxy \ test/enable-tethering test/disable-tethering test/backtrace \ |