summaryrefslogtreecommitdiffstats
path: root/t/cfg.t
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-11-07 16:25:01 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-11-07 16:25:01 +0000
commit5b8587256ee14f40acf7d0cf026ffebc2f53be15 (patch)
tree654923b8418dc64a7cd7b51f598f800bb5b2b922 /t/cfg.t
parent65f7f175176b2aa78799976116786f0dbe6a11c3 (diff)
downloadurpmi-5b8587256ee14f40acf7d0cf026ffebc2f53be15.tar
urpmi-5b8587256ee14f40acf7d0cf026ffebc2f53be15.tar.gz
urpmi-5b8587256ee14f40acf7d0cf026ffebc2f53be15.tar.bz2
urpmi-5b8587256ee14f40acf7d0cf026ffebc2f53be15.tar.xz
urpmi-5b8587256ee14f40acf7d0cf026ffebc2f53be15.zip
Add test to ensure everything compiles. Use strict in tests.
Diffstat (limited to 't/cfg.t')
-rw-r--r--t/cfg.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/cfg.t b/t/cfg.t
index 28a65d1c..91da6015 100644
--- a/t/cfg.t
+++ b/t/cfg.t
@@ -1,5 +1,6 @@
#!/usr/bin/perl
+use strict;
use Test::More 'no_plan';
use File::Slurp;