aboutsummaryrefslogtreecommitdiff
path: root/xtests/run-xtests.sh
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-05-24 17:43:33 +0300
committerTomas Mraz <tmraz@fedoraproject.org>2016-06-30 15:21:18 +0200
commit1fb9d2faeed37f79e62552b5e8b98ff5b8d33831 (patch)
treecdff70c69c308ff2ccaaa3052cabd7f70f5785fd /xtests/run-xtests.sh
parent5b4c4698e8ae75093292f49ee6456f85f95a3d5d (diff)
downloadpam-1fb9d2faeed37f79e62552b5e8b98ff5b8d33831.tar.gz
pam-1fb9d2faeed37f79e62552b5e8b98ff5b8d33831.tar.bz2
pam-1fb9d2faeed37f79e62552b5e8b98ff5b8d33831.zip
xtests: remove bash dependency
There are no bash specific syntax in the xtest scripts. So, remove the bash dependency. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'xtests/run-xtests.sh')
-rwxr-xr-xxtests/run-xtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtests/run-xtests.sh b/xtests/run-xtests.sh
index 3a890578..1cf8684b 100755
--- a/xtests/run-xtests.sh
+++ b/xtests/run-xtests.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
SRCDIR=$1
shift 1