Skip to content

Commit a903e23

Browse files
ribasushiStebalien
authored andcommitted
We are running under set -e :picard-facepalm:
1 parent f9ae330 commit a903e23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sharness/t0054-dag-car-import-export.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ do_import() {
3232

3333
ipfsi $node dag import "$@"
3434

35-
rm spin.gc
35+
rm -f spin.gc || true
3636
sleep 3
37-
kill $gc1_pid $gc2_pid
37+
kill $gc1_pid $gc2_pid || true
3838
}
3939

4040
run_online_imp_exp_tests() {

0 commit comments

Comments
 (0)