Skip to content

Commit

Permalink
chrip_fuse: in test, do not recursevely rm (#3969)
Browse files Browse the repository at this point in the history
  • Loading branch information
btovar committed Nov 6, 2024
1 parent 42c2b31 commit 967090f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chirp/test/TR_chirp_fuse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ clean()

kill -9 $(cat $CHIRP_PID_FILE)

rm -rf ${CHIRP_DIR}
rmdir ${CHIRP_DIR}
rm -f "$c" "$CHIRP_DIR_FILE" "$CHIRP_HOSTPORT_FILE"
return 0
}
Expand Down

0 comments on commit 967090f

Please sign in to comment.