* This passwd doesn't have a --stdin flag.
svn path=/nixos/trunk/; revision=22110
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
testScript =
|
||||
''
|
||||
$machine->mustSucceed("useradd -m alice");
|
||||
$machine->mustSucceed("echo foobar | passwd --stdin alice");
|
||||
$machine->mustSucceed("(echo foobar; echo foobar) | passwd alice");
|
||||
|
||||
# Log in as alice on a virtual console.
|
||||
$machine->waitForJob("tty1");
|
||||
|
||||
Reference in New Issue
Block a user