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