Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rm descend into directory at interactive mode missing #3817

Closed
p-fuchs opened this issue Aug 14, 2022 · 0 comments · Fixed by #3931
Closed

rm descend into directory at interactive mode missing #3817

p-fuchs opened this issue Aug 14, 2022 · 0 comments · Fixed by #3931
Labels

Comments

@p-fuchs
Copy link
Contributor

p-fuchs commented Aug 14, 2022

Preparation of test

mkdir -p a/b/
touch a/at.txt b/bt.txt
rm -ri a

GNU Utils

rm: descend into directory 'a'? y
rm: remove regular empty file 'a/at.txt'? y
rm: descend into directory 'a/b'? y
rm: remove regular empty file 'a/b/bt.txt'? y
rm: remove directory 'a/b'? y
rm: remove directory 'a'? y

Rust Utils

rm: remove file 'a/at.txt'? y
rm: remove file 'a/b/bt.txt'? y
rm: remove directory 'a/b'? y
rm: remove directory 'a'? y

Rust output is missing 'rm: descend' prompt.

@p-fuchs p-fuchs changed the title 'rm' descend into directory at interactive mode missing rm descend into directory at interactive mode missing Aug 14, 2022
@sylvestre sylvestre moved this to Todo in GNU Compatibility Aug 18, 2022
sylvestre pushed a commit that referenced this issue Oct 5, 2022
Repository owner moved this from Todo to Done in GNU Compatibility Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants