We are running under set -e :picard-facepalm:
Peter Rabbitson committed
Apr 8, 2020 at 23:39 UTC
a903e23ab9917cf7ca9f6d74faf8e64451d66611
1 file changed
+2
-2
test/sharness/t0054-dag-car-import-export.sh
+2
-2
@@ -32,9 +32,9 @@ do_import() {
32
33
ipfsi $node dag import "$@"
34
35
- rm spin.gc
35
+ rm -f spin.gc || true
36
sleep 3
37
- kill $gc1_pid $gc2_pid
37
+ kill $gc1_pid $gc2_pid || true
38
}
39
40
run_online_imp_exp_tests() {