Skip to content

Commit fba9dfb

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

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
@@ -168,6 +168,7 @@ subroutine check_rmdir(error, path)
168168
if (.not. is_dir(path)) then
169169
call test_failed(error, &
170170
"Directory path "//path//" doesn't exist before its deletion")
171+
return
171172
end if
172173

173174
! Delete directory

0 commit comments

Comments
 (0)