1
0
mirror of synced 2026-04-25 03:54:31 +00:00

2007-06-12 14:04:08 by steve

Ignroe Expect.pm; it is a false posivite.
This commit is contained in:
steve
2007-06-12 14:04:08 +00:00
parent 84b2c94d4f
commit 177435bd65
2 changed files with 2 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
# --
# http://www.steve.org.uk/
#
# $Id: modules.sh,v 1.4 2006-01-02 14:05:58 steve Exp $
# $Id: modules.sh,v 1.5 2007-06-12 14:04:08 steve Exp $
#
cat <<EOF
@@ -26,7 +26,7 @@ use Test::More qw( no_plan );
EOF
for i in `rgrep '^use ' .. | awk '{print $2}' | tr -d
for i in `rgrep '^use ' .. | grep -v Expect | awk '{print $2}' | tr -d
\;\(\) | sort | uniq`; \
do \
echo "BEGIN{ use_ok( '$i' ); }"; \

View File

@@ -26,10 +26,6 @@ BEGIN{ use_ok( 'Env' ); }
require_ok( 'Env' );
BEGIN{ use_ok( 'Expect' ); }
require_ok( 'Expect' );
BEGIN{ use_ok( 'File::Copy' ); }
require_ok( 'File::Copy' );