diff -r e2c0c0884b1f -r ed46d48453e8 tests/generate-working-copy-states.py --- a/tests/generate-working-copy-states.py Sun Mar 04 18:41:09 2018 -0500 +++ b/tests/generate-working-copy-states.py Sun Mar 04 18:47:07 2018 -0500 @@ -66,7 +66,7 @@ content = [] for filename, states in combinations: if target == 'filelist': - print(filename) + print(filename.decode('ascii')) elif target == 'state': if depth == 'wc': # Make sure there is content so the file gets written and can be