From f4c395459d63d1ea37060e0405a138337423f4e1 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Mon, 16 Mar 2009 21:19:35 +0000 Subject: [PATCH] Updated to new shadow version. --- tests/usertools/01/13_useradd_negative_UID.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/usertools/01/13_useradd_negative_UID.test b/tests/usertools/01/13_useradd_negative_UID.test index 9e4b012b..f049a914 100755 --- a/tests/usertools/01/13_useradd_negative_UID.test +++ b/tests/usertools/01/13_useradd_negative_UID.test @@ -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..."