linux-test-project / ltp

Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
https://linux-test-project.readthedocs.io/
GNU General Public License v2.0
2.3k stars 1.01k forks source link

cmdlib.sh: Fix confusing error message in exists() helper #910

Closed Snorch closed 2 years ago

Snorch commented 2 years ago

Error message was confusing:

  exists awk ftp rsh
  TCONF awk: command ftp not found.

this was printed when rsh does not exist, which is a complete mess.

Signed-off-by: Pavel Tikhomirov ptikhomirov@virtuozzo.com

pevik commented 2 years ago

@Snorch Thanks for your fix, merged. Please, if you can, use our mailing list next time. https://lists.linux.it/listinfo/ltp https://github.com/linux-test-project/ltp#developers-corner https://patchwork.ozlabs.org/project/ltp/list/

Snorch commented 2 years ago

Thanks for merging!

Please, if you can, use our mailing list next time.

Sure, will do, thanks for links!