Commits


allow removing multiple paths at once for 'got rm'


use cmp -s, instead of cmp, in all command line tests


got_error_set_errno: take a char arg to pass to got_error_prefix_errno $> got rm a got: : No such file or directory becomes $> got rm a got: /path/to/a: No such file or directory


fix behaviour when 'got rm' is used twice


add a basic implementation of 'got rm'