Updated to new shadow version.

This commit is contained in:
nekral-guest
2009-03-16 21:19:35 +00:00
parent 8f64322393
commit f4c395459d
@@ -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..."