We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6d252 commit 1f40bdbCopy full SHA for 1f40bdb
1 file changed
tester/ms-test.py ms-test.pytester/ms-test.py renamed to ms-test.py
@@ -120,6 +120,7 @@ def do_test(input_str):
120
def init_tester():
121
global COUNTER
122
global VALGRIND
123
+ os.chdir("tester/")
124
shutil.copyfile("../../minishell", "./minishell")
125
os.chmod("./minishell", 0o0755)
126
if not os.path.exists("./infiles/noaccess"):
0 commit comments