]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - bin/install-fixtures.sh
Begin cleaning up the test code to add some prune/mv cases.
[mailshears.git] / bin / install-fixtures.sh
index 815ba61e8f0c641dc5bc2e1193c0aaf44a1d97b7..3a7ffdc7b86a44012f147413cfbeaf9e63abb85e 100755 (executable)
@@ -1,5 +1,11 @@
 #!/bin/sh
 
+rm -r /tmp/mailshears-test
+mkdir -p /tmp/mailshears-test/example.com/alice
+mkdir -p /tmp/mailshears-test/example.com/booger
+mkdir -p /tmp/mailshears-test/example.com/jeremy
+mkdir -p /tmp/mailshears-test/example.net/adam
+
 dropdb --if-exists -U postgres agendav
 createdb -U postgres agendav
 psql -U postgres -d agendav < test/sql/agendav.sql