Skip to content

Commit

Permalink
Quote fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Feb 3, 2010
1 parent 6051137 commit 8ebb1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/749sybase_asa.t
Expand Up @@ -11,7 +11,7 @@ use DBICTest;
my ($dsn, $user, $pass) = @ENV{map { "DBICTEST_SYBASE_ASA_${_}" } qw/DSN USER PASS/};
my ($dsn2, $user2, $pass2) = @ENV{map { "DBICTEST_SYBASE_ASA_ODBC_${_}" } qw/DSN USER PASS/};

plan skip_all => <<"EOF" unless $dsn || $dsn2;
plan skip_all => <<'EOF' unless $dsn || $dsn2;
Set $ENV{DBICTEST_SYBASE_ASA_DSN} and/or $ENV{DBICTEST_SYBASE_ASA_ODBC_DSN},
_USER and _PASS to run these tests
EOF
Expand Down

0 comments on commit 8ebb1b5

Please sign in to comment.