UPB-FILS-SdE2 / questions

0 stars 1 forks source link

[rustybox] panic only in tests #90

Closed mihaicostin34 closed 6 months ago

mihaicostin34 commented 1 year ago

I executed manually all the commands in the test file "cp rename directory" and they did not cause any problems and copied the directory contents successfully, yet when the test runs it, the program panics and I don't understand why. image

alexandruradovici commented 1 year ago

This test copies a whole directory into another directory. Is tis what you are doing?

You need to figure out which function fails and why the file or directory does not exist.

mihaicostin34 commented 1 year ago

yes, and it doesn't panic