diff options
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 |