aboutsummaryrefslogtreecommitdiff
path: root/tests/getpart.pm
diff options
context:
space:
mode:
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) {