remove useless temp variable
Karen Etheridge [Fri, 8 Feb 2013 00:15:43 +0000 (16:15 -0800)]
t/008_configfromfile.t

index e228d35..3e8dc4c 100644 (file)
@@ -47,8 +47,7 @@ use Test::NoWarnings 1.04 ':early';
             optional_from_config => 'from_config_2',
         );
 
-        my $cpath = Path::Tiny::path('/notused/default');
-        if ( $file ne $cpath ) {
+        if ( $file ne Path::Tiny::path('/notused/default') ) {
             $config{config_from_override} = 1;
         }