summaryrefslogtreecommitdiff
path: root/t/run/switchn.t
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2001-11-10 01:10:45 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-10 01:39:01 +0000
commitd11311f770fa80ec2f800e1e2c3dae1c890fdd03 (patch)
treebe8337717ed5ce14588765d110baeff908e0f8e8 /t/run/switchn.t
parente9b6bb1c03707a0530be2791cdf7c3ef8ec39e07 (diff)
downloadperl-d11311f770fa80ec2f800e1e2c3dae1c890fdd03.tar.gz
new tests for swiches -n -p -a -F
Message-ID: <20011110001045.A11945@rafael> p4raw-id: //depot/perl@12923
Diffstat (limited to 't/run/switchn.t')
-rw-r--r--t/run/switchn.t11
1 files changed, 11 insertions, 0 deletions
diff --git a/t/run/switchn.t b/t/run/switchn.t
new file mode 100644
index 0000000000..12d3898a8e
--- /dev/null
+++ b/t/run/switchn.t
@@ -0,0 +1,11 @@
+#!./perl -n
+
+BEGIN {
+ print "1..2\n";
+ *ARGV = *DATA;
+}
+print;
+
+__DATA__
+ok 1
+ok 2