aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Renninger <trennsuse.de>2012-12-12 21:12:49 -0500
committerChen, Gong <gong.chen@linux.intel.com>2015-01-21 21:24:00 -0500
commitcfdf0d9f9564de49ec38c794fa4b151babea98f1 (patch)
tree7356c8903425fa82ef90f861fa8791de09cf58ad
parent5dfeba607e52283ede30b0fb90add8fc3e06d227 (diff)
downloadmce-test-cfdf0d9f9564de49ec38c794fa4b151babea98f1.tar.gz
mce-test: OpenSUSE Build Service check wants to have the she-bang on top
Signed-off-by: Thomas Renninger <trenn@suse.de> Signed-off-by: Chen Gong <gong.chen@linux.intel.com>
-rwxr-xr-xcases/function/hwpoison/run-transhuge-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cases/function/hwpoison/run-transhuge-test.sh b/cases/function/hwpoison/run-transhuge-test.sh
index 89b5e04..efa82b9 100755
--- a/cases/function/hwpoison/run-transhuge-test.sh
+++ b/cases/function/hwpoison/run-transhuge-test.sh
@@ -1,8 +1,8 @@
+#!/bin/bash
#
# run-transhuge-test.sh:
# Script for hwpoison test of THP(Transparent Huge Page).
#
-#!/bin/bash
#
ROOT=`(cd ../../../; pwd)`