rm/rmr must use fully qualified path
ohshazbot opened this issue · 3 comments
ohshazbot commented
When cded into a path, using rm or rmr will not work. rm will throw an error about the path not existing, rmr will be absolutely silent.
rgs1 commented
Thanks for the report! It repros for me:
$ zk-shell 0
(CONNECTED) /> create test ''
(CONNECTED) /> create test/a ''
(CONNECTED) /> cd test
(CONNECTED) /test> rm a
a doesn't exist.
Coming up with a fix (unless you beat me to a patch!).
rgs1 commented
This is such an annoying bug that I think I'll release 1.0.01 just to fix this.