Skip to content
Commit b459af55 authored by Tom Rini's avatar Tom Rini
Browse files

test/py: Update test_fs to decode check_output calls



The check_output function from the subprocess Python module by default
returns data as encoded bytes and leaves decoding to the application.
Given our uses of the call, it makes the most sense to immediately
decode the results.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
---
Changes in v2:
- New patch
parent a766fc76
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment