]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - bin/install-fixtures.sh
Removed completed items from the TODO.
[mailshears.git] / bin / install-fixtures.sh
index 815ba61e8f0c641dc5bc2e1193c0aaf44a1d97b7..da052e6d2e5286747be7241085391d8afff8257e 100755 (executable)
@@ -1,5 +1,11 @@
 #!/bin/sh
 
+rm -rf /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