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-file | |
parent | c38aca268244d3c7004d6987a63d5756df148209 (diff) |
Make tests faster by not starting three different sessions after each other.
Diffstat (limited to 'tests/test-file')
-rwxr-xr-x | tests/test-file | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/test-file b/tests/test-file deleted file mode 100755 index 2499aa6..0000000 --- a/tests/test-file +++ /dev/null @@ -1,9 +0,0 @@ -. ./common - -spawn_users -add_friends -send_file -echo :: $(basename $0) - $(echolor 2 OK) - -cleanup -exit 0 |