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