UnitTests failing

Hello, I’ve focused today’s attention on running UnitTests and I had two groups failing:

GeneralBlackBoxTesting

This one was due to a missing DSMCBE directory. By looking at appveyor’s script, I discovered what it means and set up a OneTimeSetup that downloads the zip file and extracts it unless the directory already exists. All good

CommandLineOperationTests

This one I can’t seem to figure out, this is the error (on both tests):

And on this line:

Does anyone have any idea?

My guess is that @kenkendk has some sort of test data previously arranged, as per this comment:

Which just made me realize that it should work if I just put a bunch of test data inside the respective folder. I’ll post the topic anyway as it can be helpful for new comers. Does anyone have a nice dataset to share for the CommandLineOperationTests?