From: Karel Zak Date: Mon, 16 Dec 2019 14:27:45 +0000 (+0100) Subject: tests: (chfn) force to bash X-Git-Tag: v2.35-rc2~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2ef43864f24b1a9c0c67fe2a7177a5110da1b6e;p=thirdparty%2Futil-linux.git tests: (chfn) force to bash Signed-off-by: Karel Zak --- diff --git a/tests/ts/chfn/gecos b/tests/ts/chfn/gecos index 159ceff715..aad27d40a8 100755 --- a/tests/ts/chfn/gecos +++ b/tests/ts/chfn/gecos @@ -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