summaryrefslogtreecommitdiff
path: root/tests/examplefiles/pppoe.applescript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/pppoe.applescript')
-rw-r--r--tests/examplefiles/pppoe.applescript10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/examplefiles/pppoe.applescript b/tests/examplefiles/pppoe.applescript
deleted file mode 100644
index 4cb380e5..00000000
--- a/tests/examplefiles/pppoe.applescript
+++ /dev/null
@@ -1,10 +0,0 @@
-tell application "System Events"
- tell network preferences
- tell current location
- set aPPPoEService to a reference to (first service whose kind is 10)
- if exists aPPPoEService then
- connect aPPPoEService
- end if
- end tell
- end tell
-end tell