summaryrefslogtreecommitdiff
path: root/ubuntu/scripts/sd-mmc-ubuntu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/scripts/sd-mmc-ubuntu.sh')
-rwxr-xr-xubuntu/scripts/sd-mmc-ubuntu.sh8
1 files 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 <botao.sun@linaro.org>
-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