]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - test/bin/install-fixtures.sh
**/*: remove AgenDAV support
[mailshears.git] / test / bin / install-fixtures.sh
index 88e444174bbc52d0df5abde38d5b9556847bb028..9116cc9dbfc26f8de2011c0410256b775c26a474 100755 (executable)
@@ -10,11 +10,6 @@ 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
-psql -U postgres -d agendav < test/sql/agendav-fixtures.sql
-
 dropdb --if-exists -U postgres davical
 createdb -U postgres davical
 psql -U postgres -d davical < test/sql/davical.sql