diff --git a/tests/glance_cleanup.sh b/tests/glance_cleanup.sh index af19441..c60b17f 100755 --- a/tests/glance_cleanup.sh +++ b/tests/glance_cleanup.sh @@ -3,5 +3,5 @@ set -ex sudo mysql -u root << EOF -DROP DATABASE glance; +DROP DATABASE IF EXISTS glance; EOF