Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
don't really need to be deleting this db
Browse files Browse the repository at this point in the history
  • Loading branch information
sbisbee committed Jun 1, 2011
1 parent 5865ffe commit 97a68e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.bsh
Expand Up @@ -56,7 +56,7 @@ curl -s http://admin:passwd@localhost:5984/_session | grep 'name":"admin' > /dev
[ $? -eq 0 ] && success || failure

# Make sure the databases are deleted
for db in sag_tests sag_tests_replication bwah
for db in sag_tests sag_tests_replication
do
((numSteps++))
echo -e -n "Deleting the $db database..."
Expand Down

0 comments on commit 97a68e5

Please sign in to comment.