Index: trunk/t/03-db.t
===================================================================
--- trunk/t/03-db.t	(revision 12)
+++ trunk/t/03-db.t	(revision 19)
@@ -23,5 +23,7 @@
 # exercise the object
 
-my $finder = MP3::Find::DB->new;
+my $finder = MP3::Find::DB->new(
+    status_callback => sub {},  # be quiet about updates
+);
 isa_ok($finder, 'MP3::Find::DB');
 
