summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xt/op/do.t8
1 files changed, 0 insertions, 8 deletions
diff --git a/t/op/do.t b/t/op/do.t
index 1d6fb90ef0..913481feb1 100755
--- a/t/op/do.t
+++ b/t/op/do.t
@@ -87,14 +87,6 @@ ok( !$@ );
eval qq{ do uc qq(a file that does not exist); };
ok( !$@ );
-eval qq{ do qq(a file that does not exist); };
-print "not " if $@;
-print "ok 19\n";
-
-eval qq{ do uc qq(a file that does not exist); };
-print "not " if $@;
-print "ok 20\n";
-
END {
1 while unlink("$$.16", "$$.17", "$$.18");
}