Skip to content

Commit 1f40bdb

Browse files
committed
Move ms-test.py to root directory
1 parent 5b6d252 commit 1f40bdb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tester/ms-test.py renamed to ms-test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def do_test(input_str):
120120
def init_tester():
121121
global COUNTER
122122
global VALGRIND
123+
os.chdir("tester/")
123124
shutil.copyfile("../../minishell", "./minishell")
124125
os.chmod("./minishell", 0o0755)
125126
if not os.path.exists("./infiles/noaccess"):

0 commit comments

Comments
 (0)