summaryrefslogtreecommitdiff
path: root/tests/test-ratox
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-ratox')
-rwxr-xr-xtests/test-ratox15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/test-ratox b/tests/test-ratox
deleted file mode 100755
index b478ef7..0000000
--- a/tests/test-ratox
+++ /dev/null
@@ -1,15 +0,0 @@
-. ./common
-
-spawn_users
-add_friends
-for i in $(seq 1 16); do
- change_name
- change_status
- send_text
- send_file
-done
-
-echo :: $(basename $0) - $(echolor 2 OK)
-
-cleanup
-exit 0