summaryrefslogtreecommitdiffstats
path: root/tests/tests/usertools/usermod/39_usermod-u_copy_lastlog_entry/login.exp
blob: e534fe5b293ae350995b7742bd4b0a395bf48340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/expect

set timeout 2
expect_after default {puts stderr "\nFAIL"; exit 1}

spawn /bin/bash
expect "# "

send "login -f foo\r"
expect "$ "

send "exit\r"
exit 0