From 00213724370605a6781db73cbf065943da4411c7 Mon Sep 17 00:00:00 2001 From: Botao Sun Date: Sun, 19 Oct 2014 23:14:54 +1100 Subject: sd-mmc-ubuntu.sh: POSIX Compliant Update. This change is to make the test script to be POSIX compliant. Original patch comes from: Lucas Dutra Nunes Signed-off by: Botao Sun Change-Id: I0f5b1e621a9e27deed9dec8c378842c9d1670c68 --- ubuntu/scripts/sd-mmc-ubuntu.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ubuntu/scripts/sd-mmc-ubuntu.sh b/ubuntu/scripts/sd-mmc-ubuntu.sh index 525e49d..73f28cf 100755 --- a/ubuntu/scripts/sd-mmc-ubuntu.sh +++ b/ubuntu/scripts/sd-mmc-ubuntu.sh @@ -1,8 +1,8 @@ -#!/bin/bash +#!/bin/sh # # SD MMC test for ubuntu # -# Copyright (C) 2013, Linaro Limited. +# Copyright (C) 2010 - 2014, Linaro Limited. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -20,7 +20,7 @@ # # Author: Botao Sun -source include/sh-test-lib +. include/sh-test-lib keyword="I/O error" @@ -56,4 +56,4 @@ test_sd_existence test_sd_mmc_IO_errors # clean exit so lava-test can trust the results -exit 0 \ No newline at end of file +exit 0 -- cgit v1.2.3