summaryrefslogtreecommitdiff
path: root/tests/test-ratox
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-ratox')
-rwxr-xr-xtests/test-ratox10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/test-ratox b/tests/test-ratox
new file mode 100755
index 0000000..89b7ce1
--- /dev/null
+++ b/tests/test-ratox
@@ -0,0 +1,10 @@
+. ./common
+
+spawn_users
+add_friends
+send_text
+send_file
+echo :: $(basename $0) - $(echolor 2 OK)
+
+cleanup
+exit 0