Skip to content

Commit

Permalink
Merge pull request #219 from michal-josef-spacek/fix_docker_rm
Browse files Browse the repository at this point in the history
Remove trailing `docker rm`
  • Loading branch information
phracek authored Aug 30, 2023
2 parents 6c71baf + 4fd7e9a commit d538d0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/run-modfcgid
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ cleanup_test_app() {
if [ -f $cid_file ]; then
if container_exists; then
docker stop $(cat $cid_file)
docker rm $(cat $cid_file)
fi
rm $cid_file
fi
Expand Down

0 comments on commit d538d0c

Please sign in to comment.