Mercurial > hg > audiodb
annotate tests/0043/clean.sh @ 605:d7eb0a7440ad
Tidying and POST enhancement
* Ensured that the storage module is closed/freed when errors occur
* Now reads in the query via POST if provided (allows for other clients)
author | mas01mj |
---|---|
date | Tue, 18 Aug 2009 14:23:32 +0000 |
parents | da901c62e569 |
children |
rev | line source |
---|---|
mas01mc@339 | 1 #! /bin/sh |
mas01mc@339 | 2 |
mas01mc@339 | 3 if [ -d dbdir ]; then |
mas01mc@339 | 4 rm -rf dbdir |
mas01mc@339 | 5 fi |
mas01mc@339 | 6 |
mas01mc@339 | 7 if [ -d fdir ]; then |
mas01mc@339 | 8 rm -rf fdir |
mas01mc@339 | 9 fi |
mas01mc@339 | 10 |