diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-09 10:51:24 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-09 10:51:24 +0000 |
commit | d273c0648d7bb1245d43d8d34ff75b62270155e2 (patch) | |
tree | f7ebf34e5bce69835b2a8751aaac61e9e02599d9 /regress | |
parent | fe7cdaa479c8dd9663f503db594c7fea33f667d9 (diff) |
ignore and clean fcgi.sock
Diffstat (limited to 'regress')
-rw-r--r-- | regress/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/Makefile b/regress/Makefile index 5194636..a40d9c2 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -91,7 +91,7 @@ clean: rm -f localhost.cert.pem localhost.key.pem rm -f testca.* valid.csr valid.key valid.crt invalid.*pem rm -rf testdata fill-file puny-test fcgi-test - rm -f gmid.pid + rm -f gmid.pid fcgi.sock testdata: fill-file mkdir testdata |