From d469c92394a1a95ae7a45b8b80dc4c2918e0e9a6 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 19 Sep 2013 13:18:06 +0100 Subject: classes/imagetest-qemu: remove old image testing class This has now been superseded by testimage. Signed-off-by: Paul Eggleton --- scripts/qemuimage-tests/tools/bash.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 scripts/qemuimage-tests/tools/bash.sh (limited to 'scripts/qemuimage-tests/tools/bash.sh') diff --git a/scripts/qemuimage-tests/tools/bash.sh b/scripts/qemuimage-tests/tools/bash.sh deleted file mode 100644 index f6958f0e7e..0000000000 --- a/scripts/qemuimage-tests/tools/bash.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# bash test script running in qemu -# -# Author: veera -# -# This file is licensed under the GNU General Public License, -# Version 2. -# - -which bash -if [ $? -eq 0 ]; then - echo "QEMU: bash is exist in the target by default" - exit 0 -else - echo "QEMU: No bash command in the qemu target" - exit 1 -fi -- cgit v1.2.3