-m 13200 Fix test.pl split
authorFist0urs <eddy.maaalou@gmail.com>
Wed, 2 Mar 2016 12:55:24 +0000 (13:55 +0100)
committerFist0urs <eddy.maaalou@gmail.com>
Wed, 2 Mar 2016 12:55:24 +0000 (13:55 +0100)
tools/test.pl

index 846f0bd..1e84fca 100755 (executable)
@@ -2242,7 +2242,7 @@ sub verify
     }
     elsif ($mode == 13200)
     {
-      ($hash_in, $word) = split '\*', $line;
+      ($hash_in, $word) = split ":", $line;
 
       next unless defined $hash_in;
       next unless defined $word;