summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2012-04-04 11:38:40 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-04-17 13:36:55 +0300
commitaf6e73b30d4018937c26c50de16340f9834c797b (patch)
treeaad7c14ea02c136d0cb0bcadb4e0d7a980b1e526 /Makefile.am
parent6cf81b0652496e6a0f2ef34207f333ec2bedf52a (diff)
downloadconnman-af6e73b30d4018937c26c50de16340f9834c797b.tar.gz
connman-af6e73b30d4018937c26c50de16340f9834c797b.tar.bz2
connman-af6e73b30d4018937c26c50de16340f9834c797b.zip
test: Remove set-address script
The script is quite useless because it changes the IP address settings of all found services. The IP settings will be the same for every service which is probably not what the user wants. The set-ipv4-method and set-ipv6-method scripts can be used by the user instead of set-address because those two scripts will only change settings of one service.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a2d5ce08..59223648 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -202,7 +202,7 @@ unit_objects += $(unit_nat_ippool_OBJECTS)
endif
test_scripts = test/get-state test/list-services \
- test/monitor-services test/set-address test/test-clock \
+ 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 \