diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-05-24 17:43:33 +0300 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2016-06-30 15:21:18 +0200 |
commit | 1fb9d2faeed37f79e62552b5e8b98ff5b8d33831 (patch) | |
tree | cdff70c69c308ff2ccaaa3052cabd7f70f5785fd /xtests/tst-pam_group1.sh | |
parent | 5b4c4698e8ae75093292f49ee6456f85f95a3d5d (diff) | |
download | pam-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/tst-pam_group1.sh')
-rwxr-xr-x | xtests/tst-pam_group1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtests/tst-pam_group1.sh b/xtests/tst-pam_group1.sh index b76377f5..44faca90 100755 --- a/xtests/tst-pam_group1.sh +++ b/xtests/tst-pam_group1.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh /usr/sbin/groupadd tstpamgrpg /usr/sbin/useradd -p '!!' tstpamgrp |