cu-ecen-aeld / assignment-autotest

Auto test code for assignments, using the Unity automated test framework
MIT License
3 stars 20 forks source link

Assignment 5 - change tempfile to mktemp #17

Closed jmiv-afk closed 2 years ago

jmiv-afk commented 2 years ago

Request to change tempfile to mktemp because tempfile is technically deprecated:

tempfile is deprecated; you should use mktemp(1) instead.

The tempfile command still works on Ubuntu 20.04.3, but the sockettest.sh script fails for me on Arch due to tempfile command. I tested the mktemp version on Ubuntu 20.04.3 and sockettest.sh passes.

dwalkes commented 2 years ago

Thanks @jmichael16 !