Skip to content

Commit 3dd8658

Browse files
Update test/fpm_test/test_filesystem.f90
Co-authored-by: Laurence Kedward <[email protected]>
1 parent 2a52aa9 commit 3dd8658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/fpm_test/test_filesystem.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ subroutine check_mkdir(error, path)
140140
if (is_dir(path)) then
141141
call test_failed(error, &
142142
"Directory path "//path//" already exists before its creation")
143+
return
143144
end if
144145

145146
! Create directory

0 commit comments

Comments
 (0)