Skip to content

Commit

Permalink
support three digit versions in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Haensler committed Jul 30, 2022
1 parent deebbb0 commit 5758634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/decompyle_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ if [[ -z "$outdir" ]]; then
fi

shopt -s nullglob
compfiles=( "$testdir/compiled/$testname".?.?.pyc )
xfcfiles=( "$testdir/xfail/$testname".?.?.pyc )
compfiles=( "$testdir/compiled/$testname".?.?*.pyc )
xfcfiles=( "$testdir/xfail/$testname".?.?*.pyc )
shopt -u nullglob

if (( ${#compfiles[@]} + ${#xfcfiles[@]} == 0 )); then
Expand Down

0 comments on commit 5758634

Please sign in to comment.