===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libsvn-look-perl-0.42/t/01-commands.t-20-
libsvn-look-perl-0.42/t/01-commands.t:21:system("echo first >$wcfile");
libsvn-look-perl-0.42/t/01-commands.t:22:system("svn add -q --no-auto-props $wcfile");
libsvn-look-perl-0.42/t/01-commands.t:23:system("svn ps -q svn:mime-type text/plain $wcfile");
libsvn-look-perl-0.42/t/01-commands.t:24:system("svn ci -q -mlog $wcfile");
libsvn-look-perl-0.42/t/01-commands.t-25-
##############################################
libsvn-look-perl-0.42/t/01-commands.t-38-
libsvn-look-perl-0.42/t/01-commands.t:39:system("echo second >>$wcfile");
libsvn-look-perl-0.42/t/01-commands.t:40:system("svn ci -q -mlog $wcfile");
libsvn-look-perl-0.42/t/01-commands.t-41-
##############################################
libsvn-look-perl-0.42/t/01-commands.t-47-
libsvn-look-perl-0.42/t/01-commands.t:48:system("echo space_in_name >\"$ab\"");
libsvn-look-perl-0.42/t/01-commands.t:49:system("svn add -q --no-auto-props \"$ab\"");
libsvn-look-perl-0.42/t/01-commands.t:50:system("svn ps -q svn:mime-type text/plain \"$ab\"");
libsvn-look-perl-0.42/t/01-commands.t:51:system("svn ci -q -mlog \"$ab\"");
libsvn-look-perl-0.42/t/01-commands.t-52-
##############################################
libsvn-look-perl-0.42/t/01-commands.t-75-
libsvn-look-perl-0.42/t/01-commands.t:76:system("svn lock -m \"lock comment\" $wcfile");
libsvn-look-perl-0.42/t/01-commands.t-77-
##############################################
libsvn-look-perl-0.42/t/test-functions.pl-51-
libsvn-look-perl-0.42/t/test-functions.pl:52:    system("$script 1>$stdout 2>$stderr");
libsvn-look-perl-0.42/t/test-functions.pl-53-}
##############################################
libsvn-look-perl-0.42/t/test-functions.pl-112-
libsvn-look-perl-0.42/t/test-functions.pl:113:    system("svnadmin create $repo");
libsvn-look-perl-0.42/t/test-functions.pl-114-
##############################################
libsvn-look-perl-0.42/t/test-functions.pl-116-
libsvn-look-perl-0.42/t/test-functions.pl:117:    system("svn co -q $repouri $wc");
libsvn-look-perl-0.42/t/test-functions.pl-118-