diff options
author | pranomostro <pranomestro@gmail.com> | 2016-12-15 17:43:49 +0100 |
---|---|---|
committer | pranomostro <pranomestro@gmail.com> | 2016-12-15 17:43:49 +0100 |
commit | c21933644001ec721d602490a3a6392b73cba592 (patch) | |
tree | f284aeb3c9e96feeb03dd70af6781e5dab89b30f /tests/test-ratox | |
parent | c38aca268244d3c7004d6987a63d5756df148209 (diff) |
Make tests faster by not starting three different sessions after each other.
Diffstat (limited to 'tests/test-ratox')
-rwxr-xr-x | tests/test-ratox | 10 |
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 |