From e2aaf22d5d46e01323ce495f2f0e3587933b2fdb Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 30 Apr 2004 08:03:07 +0000 Subject: 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 --- tests/getpart.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/getpart.pm') 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) { -- cgit v1.2.3