aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Renninger <trennsuse.de>2012-12-12 21:12:49 -0500
committerChen Gong <gong.chen@linux.intel.com>2012-12-14 01:18:13 -0500
commitf0233b2d98bfffd12170e29f8259b3c60340e9e4 (patch)
tree7356c8903425fa82ef90f861fa8791de09cf58ad
parent1f30eec487214b5448eb38464e2cc9c137e8579a (diff)
downloadmce-test-f0233b2d98bfffd12170e29f8259b3c60340e9e4.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)`