#!/bin/sh # Test for U-Boot cli including command repeat BASE="$(dirname $0)" . $BASE/common.sh run_test() { ./${OUTPUT_DIR}/u-boot <${tmp} check_results ${tmp} rm ${tmp} echo "Test passed"