summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-11-17 13:01:51 +0000
committerNicholas Clark <nick@ccl4.org>2006-11-17 13:01:51 +0000
commit8c2c7bd1c837710e3da4615e6cef54d3cd20fc6e (patch)
tree6af0542613965e18607535cd3ded224002c383cb /t
parentb515a41db88584b4fd1c30cf890c92d3f9697760 (diff)
downloadperl-8c2c7bd1c837710e3da4615e6cef54d3cd20fc6e.tar.gz
Change 29297 omitted a semicolon.
p4raw-id: //depot/perl@29302
Diffstat (limited to 't')
-rwxr-xr-xt/op/taint.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/taint.t b/t/op/taint.t
index f9bb60402f..9e4bba2d70 100755
--- a/t/op/taint.t
+++ b/t/op/taint.t
@@ -44,7 +44,7 @@ my $Is_MSWin32 = $^O eq 'MSWin32';
my $Is_NetWare = $^O eq 'NetWare';
my $Is_Dos = $^O eq 'dos';
my $Is_Cygwin = $^O eq 'cygwin';
-my $Is_OpenBSD = $^O eq 'openbsd'
+my $Is_OpenBSD = $^O eq 'openbsd';
my $Invoke_Perl = $Is_VMS ? 'MCR Sys$Disk:[]Perl.' :
$Is_MSWin32 ? '.\perl' :
$Is_MacOS ? ':perl' :