Skip to content

Commit

Permalink
Add an extra guard for the issue encountered in ipfs#7207
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi authored and Walter Beegle committed Jun 8, 2020
1 parent 58ddbe3 commit d64d6fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sharness/t0054-dag-car-import-export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ do_import() {
result=$?

rm -f spin.gc &>/dev/null
wait
wait || true # work around possible trigger of a bash bug on overloaded circleci
exit $result
)
}
Expand Down Expand Up @@ -124,7 +124,7 @@ EOE
> basic_fifo_import_actual
result=$?
wait
wait || true # work around possible trigger of a bash bug on overloaded circleci
exit "$result"
)
'
Expand Down

0 comments on commit d64d6fa

Please sign in to comment.