mirror of
https://github.com/linux-pam/linux-pam.git
synced 2024-11-30 13:13:49 +08:00
1fb9d2faee
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>
8 lines
133 B
Bash
Executable File
8 lines
133 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/usr/sbin/useradd tstpampwhistory
|
|
./tst-pam_pwhistory1
|
|
RET=$?
|
|
/usr/sbin/userdel -r tstpampwhistory 2> /dev/null
|
|
exit $RET
|