summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rwxr-xr-xtest/connect-provider (renamed from test/connect-vpn)0
-rwxr-xr-xtest/remove-provider (renamed from test/disconnect-vpn)2
3 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 6fc45d0f..ce4517f7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -300,7 +300,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/connect-provider test/remove-provider \
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 \
diff --git a/test/connect-vpn b/test/connect-provider
index 15128c85..15128c85 100755
--- a/test/connect-vpn
+++ b/test/connect-provider
diff --git a/test/disconnect-vpn b/test/remove-provider
index 9a6620c4..39f8de77 100755
--- a/test/disconnect-vpn
+++ b/test/remove-provider
@@ -17,5 +17,3 @@ path = "" + sys.argv[1]
print "remove path is %s" %(path)
manager.RemoveProvider(sys.argv[1])
-
-