The test harness was creating temporary files with a mktemp template that works on some systems but fails with BusyBox. This change switches to a six-X suffix format, which matches BusyBox's expectations and makes the test script more portable in minimal or embedded environments. Practical effect: the test suite should now run cleanly on BusyBox-based systems instead of failing before the real assertions execute.

Updated the test script to use a BusyBox-compatible mktemp pattern so shell tests run reliably across more environments. - zhengqunkoo/wifish