From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> This is a two-patch respin of the previous port of gpio-tools tests to shunit2. The first patch fixes a potential problem (which for me became real after the switch) with losing edge events. The second is the actual port. v1 -> v2: - don't change the way symlinks are handled - drop remaining bats-specific workarounds - restore dropped calls to num_lines_is - require shunit version 2.1.8 and add a test for it Bartosz Golaszewski (2): tools: tests: add short sleeps between generating edge events tools: tests: port tests to shunit2 README | 6 +- TODO | 2 +- configure.ac | 6 +- tools/Makefile.am | 4 +- tools/gpio-tools-test | 57 --- ...o-tools-test.bats => gpio-tools-test.bash} | 469 ++++++++++-------- 6 files changed, 266 insertions(+), 278 deletions(-) delete mode 100755 tools/gpio-tools-test rename tools/{gpio-tools-test.bats => gpio-tools-test.bash} (87%) -- 2.39.2