Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
digama0 committed Nov 4, 2023
1 parent c6b8b97 commit 74986e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ for test in "$@"; do
# a new version comes out.
# The last line is always 'MM> EXIT' which is not relevant.
# The sed is to redact timings, which are nondeterministic
echo "$result" | head -n -1 | tail -n +2 \
printf "%s" "$result" | head -n -1 | tail -n +2 \
| sed -e 's/ \+[0-9]\+\.[0-9]\+ s/ x.xx s/g' \
> "$outfile"

Expand Down

0 comments on commit 74986e8

Please sign in to comment.