tests: (chfn) force to bash

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2019-12-16 15:27:45 +01:00
parent 1cb82714ce
commit b2ef43864f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ ts_check_prog "useradd"
ts_check_prog "userdel"
ts_log "Initialize user"
useradd -u 9899 testuser_chfn_test
useradd -u 9899 --shell /bin/bash testuser_chfn_test
grep testuser /etc/passwd >> $TS_OUTPUT
$TS_CMD_CHFN -f test_gecos testuser_chfn_test >>$TS_OUTPUT
grep testuser /etc/passwd >> $TS_OUTPUT