===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
cl-asdf-3.3.4/README.md-83-a suitable Common Lisp implementation, you may run all the tests
cl-asdf-3.3.4/README.md:84:on a given Common Lisp implementation `$L`, with your favorite installed system `$S`, using:
cl-asdf-3.3.4/README.md-85-
##############################################
cl-asdf-3.3.4/test/run-tests.sh-144-      echo "Testing: $i" >&2
cl-asdf-3.3.4/test/run-tests.sh:145:      test_count=`expr "$test_count" + 1`
cl-asdf-3.3.4/test/run-tests.sh-146-      rm -f ~/.cache/common-lisp/"`pwd`"/* || true
##############################################
cl-asdf-3.3.4/test/run-tests.sh-148-        echo "Using $command, $i passed" >&2
cl-asdf-3.3.4/test/run-tests.sh:149:	test_pass=`expr "$test_pass" + 1`
cl-asdf-3.3.4/test/run-tests.sh-150-      else
cl-asdf-3.3.4/test/run-tests.sh-151-        echo "Using $command, $i failed" >&2
cl-asdf-3.3.4/test/run-tests.sh:152:	test_fail=`expr "$test_fail" + 1`
cl-asdf-3.3.4/test/run-tests.sh-153-	failed_list="$failed_list $i"
##############################################
cl-asdf-3.3.4/test/run-tests.sh-485-                $bcmd $eval \
cl-asdf-3.3.4/test/run-tests.sh:486:                "'(#.(load(string'|$su|))#.#.\`(in-package,:asdf-test)#.(test-upgrade$method\`|$tag|))" ||
cl-asdf-3.3.4/test/run-tests.sh-487-                { echo "upgrade FAILED for $lisp from $tag using method $method" ;