[dev] [sbase] rm missing error message?
Hello all.
I found a case where sbase rm command fails but doesn't output any
error message, making it look like it succeeded.
mkdir ./test
mkdir ./test/test
sudo chown root:root ./test
sudo chown root:root ./test/test
rm -rf ./test
rm won't output anything and exit (apparently) cleanly.
But the ./test directory won't be deleted.
Shouldn't a meaningful message be printed to warn about the failure?
Regards.
Received on Fri Jun 16 2017 - 19:08:24 CEST
This archive was generated by hypermail 2.3.0
: Fri Jun 16 2017 - 19:12:15 CEST