From 926b8942cc68fcd98a48c776f19e7348d819a396 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 25 Jun 2017 06:12:21 -0700 Subject: [PATCH] Couple of test file comments --- t/op/select.t | 3 +++ t/op/sselect.t | 2 ++ 2 files changed, 5 insertions(+) diff --git a/t/op/select.t b/t/op/select.t index d61c373..3e29c39 100644 --- a/t/op/select.t +++ b/t/op/select.t @@ -1,5 +1,8 @@ #!./perl +# This file is for testing select() with one argument. Four-argument +# select() is tested in sselect.t. + BEGIN { chdir 't' if -d 't'; require './test.pl'; diff --git a/t/op/sselect.t b/t/op/sselect.t index a2507c7..fedbfc7 100644 --- a/t/op/sselect.t +++ b/t/op/sselect.t @@ -1,5 +1,7 @@ #!./perl +# Four-argument select + my $hires; BEGIN { chdir 't' if -d 't'; -- 1.8.3.1