summaryrefslogtreecommitdiff
path: root/t/run
diff options
context:
space:
mode:
authorTomasz Konojacki <me@xenu.pl>2022-02-16 05:51:41 +0100
committerxenu <me@xenu.pl>2022-02-19 20:22:34 +0100
commitc58eeaf60f6c5d06d95da1941e0b0b16e3025f0d (patch)
treee72f89a7610e5d9ae12adb1f75e069869955ba85 /t/run
parentf7a090542c34c51ff1cc40c84764b90bff949066 (diff)
downloadperl-c58eeaf60f6c5d06d95da1941e0b0b16e3025f0d.tar.gz
t/run/switches.t: don't declare a plan
Diffstat (limited to 't/run')
-rw-r--r--t/run/switches.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/run/switches.t b/t/run/switches.t
index 496f2f41af..00df1f37e2 100644
--- a/t/run/switches.t
+++ b/t/run/switches.t
@@ -12,8 +12,6 @@ BEGIN {
BEGIN { require "./test.pl"; require "./loc_tools.pl"; }
-plan(tests => 136);
-
use Config;
# due to a bug in VMS's piping which makes it impossible for runperl()
@@ -717,3 +715,5 @@ SWTEST
);
like( $r, qr/ok/, 'Spaces on the #! line (#30660)' );
}
+
+done_testing();