mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
4c8c88af22
if IDF_PATH is empty, [ -n ] test passes needs to be [ -n "" ] Closes https://github.com/espressif/esp-idf/issues/2769 TW27714