Roger Pau Monne writes ("[PATCH] osstest: remove unneeded rm in
ts-freebsd-host-install"):
> The usage of `rm` here is wrong for two reasons:
>
> - It will fail if $sharedpath.tmp doesn't exist and report and error
>(ie: -f should be used).
> - It's not needed because dd will truncate $shar
The usage of `rm` here is wrong for two reasons:
- It will fail if $sharedpath.tmp doesn't exist and report and error
(ie: -f should be used).
- It's not needed because dd will truncate $sharedpath.tmp.
Signed-off-by: Roger Pau Monné
---
Cc: Ian Jackson
---
ts-freebsd-host-install | 1 -