Fixed more permission and dependency issues

Change-Id: I004bb23031dbb9bb7464d258d9306e7254b2e2a4
diff --git a/t/script/base.t b/t/script/base.t
index 8e50e0d..326f4e6 100644
--- a/t/script/base.t
+++ b/t/script/base.t
@@ -19,6 +19,7 @@
 ok(-d $input, 'Input directory found');
 
 my $output = tmpnam();
+my $cache = tmpnam();
 
 ok(!-f $output, 'Output does not exist');
 
@@ -27,6 +28,7 @@
   'perl', $script,
   '--input' => $input,
   '--output' => $output,
+  '--cache' => $cache,
   '-t' => 'Base#tokens_aggr',
   '-bs' => 'DeReKo#Structure',
   '-bp' => 'DeReKo#Structure',