about summary refs log tree commit diff
path: root/t/lib/jitterbug
diff options
context:
space:
mode:
authorben hengst <notbenh@cpan.org>2011-02-10 21:46:02 -0800
committerben hengst <notbenh@cpan.org>2011-02-10 21:46:02 -0800
commitb0ef238415c8d8a8764bc13530891e3f46eae865 (patch)
tree8da58a6e330fe3ed80da5f974e80203c78029080 /t/lib/jitterbug
parentthere data struct matches (diff)
downloadjitterbug-b0ef238415c8d8a8764bc13530891e3f46eae865.tar.gz
sigh I hate it when I commit the debug code
Diffstat (limited to 't/lib/jitterbug')
-rw-r--r--t/lib/jitterbug/Test.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/jitterbug/Test.pm b/t/lib/jitterbug/Test.pm
index 71084ce..824aa68 100644
--- a/t/lib/jitterbug/Test.pm
+++ b/t/lib/jitterbug/Test.pm
@@ -5,7 +5,7 @@ use FindBin qw($Bin);
 
 BEGIN{
 
-   warn qq{perl -Ilib $Bin/../scripts/deploy_schema $Bin/data/test.yml}
+   qx{perl -Ilib $Bin/../scripts/deploy_schema $Bin/data/test.yml}
       unless -r qq{$Bin/data/jitterbug.db};
 };