Skip to content

Commit

Permalink
We are running under set -e :picard-facepalm:
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi authored and Stebalien committed Apr 8, 2020
1 parent 944d52f commit 2d1d6cd
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 @@ -32,9 +32,9 @@ do_import() {

ipfsi $node dag import "$@"

rm spin.gc
rm -f spin.gc || true
sleep 3
kill $gc1_pid $gc2_pid
kill $gc1_pid $gc2_pid || true
}

run_online_imp_exp_tests() {
Expand Down

0 comments on commit 2d1d6cd

Please sign in to comment.