Blame tests/p_minicom/minicom_test.sh

Christoph Galuschka 1011b5
#!/bin/sh
Christoph Galuschka 1011b5
# Author: Athmane Madjoudj <athmanem@gmail.com>
Christoph Galuschka 1011b5
# Author: Christph Galuschka <christoph.galuschka@tiwag.at>
Christoph Galuschka 1011b5
Christoph Galuschka 1011b5
t_Log "Running $0 - very basic minicom test."
Christoph Galuschka 1011b5
Christoph Galuschka 1011b5
# Only checking for correct output of '-v'
Christoph Galuschka 1011b5
Christoph Galuschka 1011b5
VERSION="2.3"
Christoph Galuschka 1011b5
Christoph Galuschka 1011b5
minicom -v | grep "${CHECK_FOR}"  >/dev/null 2>&1
Christoph Galuschka 1011b5
Christoph Galuschka 1011b5
t_CheckExitStatus $?