Updated to new shadow version.
This commit is contained in:
@@ -26,8 +26,8 @@ echo "and displayed \"$msg\""
|
||||
echo -n "The returned status should be 3..."
|
||||
test "$status" = "3"
|
||||
echo "OK"
|
||||
echo -n "Test the error message (should be \"useradd: invalid numeric argument '-1'\")..."
|
||||
test "$msg" = "useradd: invalid numeric argument '-1'"
|
||||
echo -n "Test the error message (should be \"useradd: invalid user ID '-1'\")..."
|
||||
test "$msg" = "useradd: invalid user ID '-1'"
|
||||
echo "OK"
|
||||
|
||||
echo -n "Check the passwd file..."
|
||||
|
||||
Reference in New Issue
Block a user