Skip to content

Commit 810c98c

Browse files
committed
Make a shell command run async
1 parent f9b119d commit 810c98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fpm_test/test_lock.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ subroutine acquire_blocks(error)
174174
call setup()
175175

176176
! Some other process acquires a lock to work on the package briefly.
177-
call run('touch .fpm-package-lock && sleep 1 && rm .fpm-package-lock')
177+
call run('touch .fpm-package-lock && sleep 1 && rm .fpm-package-lock &')
178178

179179
! Our blocking acquire should wait for a bit and then go through
180180
call fpm_lock_acquire(error)

0 commit comments

Comments
 (0)