diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-30 08:03:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-30 08:03:07 +0000 |
commit | e2aaf22d5d46e01323ce495f2f0e3587933b2fdb (patch) | |
tree | 5e60040efa33b979d14491ac6f554d0825bd1bf5 /tests/getpart.pm | |
parent | 3304589043a159b4509e8c7a2156f99549db8650 (diff) | |
download | curl-e2aaf22d5d46e01323ce495f2f0e3587933b2fdb.tar.gz |
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.pm | 2 |
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) { |