diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-10-17 11:51:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-10-17 11:51:02 +0000 |
commit | 8dd6a4e369aa5825cfb935001b22414e9368face (patch) | |
tree | f3fd6273c3ac1131f5798dad269f564974ec74bc /tests/getpart.pm | |
parent | 92abbcef4c89728463beeaafc7e72e776fc915ce (diff) | |
download | curl-8dd6a4e369aa5825cfb935001b22414e9368face.tar.gz |
don't use 'strict' anymore, as it doesn't work good with the cygwin fixes
also, always kill/restart the HTTP server on startup if it is our test server
Diffstat (limited to 'tests/getpart.pm')
-rw-r--r-- | tests/getpart.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/getpart.pm b/tests/getpart.pm index 20da14b5c..58e1a6006 100644 --- a/tests/getpart.pm +++ b/tests/getpart.pm @@ -1,5 +1,5 @@ -use strict; +#use strict; my @xml; |