aboutsummaryrefslogtreecommitdiff
path: root/tests/getpart.pm
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-30 08:03:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-30 08:03:07 +0000
commite2aaf22d5d46e01323ce495f2f0e3587933b2fdb (patch)
tree5e60040efa33b979d14491ac6f554d0825bd1bf5 /tests/getpart.pm
parent3304589043a159b4509e8c7a2156f99549db8650 (diff)
support the new libcurl IDN feature, also a first attempt to display a stack
trace if a test results in a 'core' file and gdb is present
Diffstat (limited to 'tests/getpart.pm')
-rw-r--r--tests/getpart.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/getpart.pm b/tests/getpart.pm
index cb890d96a..897ac24bb 100644
--- a/tests/getpart.pm
+++ b/tests/getpart.pm
@@ -27,7 +27,7 @@ sub getpartattr {
) {
$inside++;
my $attr=$1;
- my @p=split("[ \t]", $attr);
+ my @p=split("[\t]", $attr);
my $assign;
foreach $assign (@p) {