diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2001-11-04 12:47:30 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-04 15:17:22 +0000 |
commit | 5186b92385b0f9128e1ee395f50599982d1cf123 (patch) | |
tree | c8fdafacf34951c742523fb0c1d5abe9bbd856e0 /lib | |
parent | b26b1ab5d13700c72864b2f555b309a62eee6884 (diff) | |
download | perl-5186b92385b0f9128e1ee395f50599982d1cf123.tar.gz |
Re: Where are my 'O's? [+ 12836 smoke]
Message-ID: <20011104114730.A715@rafael>
Remove -T from the test, wrong place for that.
p4raw-id: //depot/perl@12840
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/File/Temp/t/mktemp.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Temp/t/mktemp.t b/lib/File/Temp/t/mktemp.t index 2ca1a1f896..4e31d01a3f 100755 --- a/lib/File/Temp/t/mktemp.t +++ b/lib/File/Temp/t/mktemp.t @@ -1,4 +1,4 @@ -#!/usr/bin/perl -wT +#!/usr/bin/perl -w # Test for mktemp family of commands in File::Temp # Use STANDARD safe level for these tests |