]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: (chfn) force to bash
authorKarel Zak <kzak@redhat.com>
Mon, 16 Dec 2019 14:27:45 +0000 (15:27 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 16 Dec 2019 14:27:45 +0000 (15:27 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/ts/chfn/gecos

index 159ceff7153123d5262539f6bd0fc479da0701f5..aad27d40a8e27c1ae91cdf0e2bca245bb3687da8 100755 (executable)
@@ -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