Skip to content
  • Michał Kępień's avatar
    Make "autosign" system test work with BusyBox awk · fdd926d7
    Michał Kępień authored
    The BusyBox version of awk treats some variables which other awk
    implementations consider to be decimal values as octal values.  This
    intermittently breaks key event interval calculations in the "autosign"
    system test, trigger false positives for it.  Prevent the problem from
    happening by stripping leading zeros from the affected awk variables.
    
    (cherry picked from commit ad008f7d)
    fdd926d7