You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a test suite to test my script that modify some directory. My test expecting failure if executed
without permission. Here, it mocks a directory to be owned by root. But, my script (which it task is move the directory) can still move that directory.
The text was updated successfully, but these errors were encountered:
I'm writing a test suite to test my script that modify some directory. My test expecting failure if executed
without permission. Here, it mocks a directory to be owned by root. But, my script (which it task is move the directory) can still move that directory.
The text was updated successfully, but these errors were encountered: