diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2001-11-25 00:50:10 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2001-11-25 00:50:10 +0000 |
commit | 9fb8017237b87d57f6fef256e9fdafa7ad727d48 (patch) | |
tree | 127243fe3daa1aff5fd45824c2d3f01e5d89f2dc /lib/Shell.t | |
parent | dd713d92062e7ee166f99e5840a168e855c8fd51 (diff) | |
download | perl-9fb8017237b87d57f6fef256e9fdafa7ad727d48.tar.gz |
testsuite leaves stray files behind on windows
p4raw-id: //depot/perl@13250
Diffstat (limited to 'lib/Shell.t')
-rw-r--r-- | lib/Shell.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Shell.t b/lib/Shell.t index a285896e64..837f6aca88 100644 --- a/lib/Shell.t +++ b/lib/Shell.t @@ -57,3 +57,4 @@ else ok(@files,'Quoted arguments'); } +open(STDERR,">&SAVERR") ; |