1
0
Fork 0
powerline/tests/test_in_vterm/test.sh
Daniel Baumann 52d7687863
Adding upstream version 2.8.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 14:32:14 +02:00

14 lines
239 B
Bash
Executable file

#!/bin/sh
. tests/shlib/common.sh
enter_suite vterm
# (Disabled)
#for t in "$ROOT"/tests/test_in_vterm/test_*.sh ; do
# test_name="${t##*/test_}"
# if ! "$t" ; then
# fail "${test_name%.sh}" F "Failed running $t"
# fi
#done
exit_suite