about summary refs log tree commit diff
path: root/t/008_git_clone.t
diff options
context:
space:
mode:
Diffstat (limited to 't/008_git_clone.t')
-rw-r--r--t/008_git_clone.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/008_git_clone.t b/t/008_git_clone.t
index 5a7f915..6733a14 100644
--- a/t/008_git_clone.t
+++ b/t/008_git_clone.t
@@ -52,7 +52,7 @@ if (can_run('git')){
     lives_ok sub { system("$^X -Ilib scripts/post_to_hook.pl") }, 'post_to_hook.pl lives';
 
 
-    lives_ok sub { # $ENV{DEBUG} = 1;
+    lives_ok sub { $ENV{DEBUG} = 1;
         system("$^X -Ilib scripts/builder.pl -c t/data/test.yml -C")
     }, 'builder.pl lives';