summaryrefslogtreecommitdiff
path: root/tests/test-ratox
diff options
context:
space:
mode:
authorpranomostro <pranomestro@gmail.com>2016-12-15 17:43:49 +0100
committerpranomostro <pranomestro@gmail.com>2016-12-15 17:43:49 +0100
commitc21933644001ec721d602490a3a6392b73cba592 (patch)
treef284aeb3c9e96feeb03dd70af6781e5dab89b30f /tests/test-ratox
parentc38aca268244d3c7004d6987a63d5756df148209 (diff)
Make tests faster by not starting three different sessions after each other.
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