Hello,
while running the su01 test on Debian, I encountered a different error message
on changing the password and giving a wrong old password. I guess the error
message is actually OK, so I suggest to add it to the possible successful
outcomes.
Regards
Jiri Palecek
Signed-off-by: Jiri Palecek <[email protected]>
---
testcases/commands/su/su01_s1 | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/testcases/commands/su/su01_s1 b/testcases/commands/su/su01_s1
index 08b34e4..2fba82b 100755
--- a/testcases/commands/su/su01_s1
+++ b/testcases/commands/su/su01_s1
@@ -435,10 +435,12 @@ expect {
expect {
"su: incorrect
password" { set i_am_correct 1 }
"su:
Authentication failure" { set i_am_correct 1 }
+ "su:
Authentication token manipulation error" { set i_am_correct 1 }
}
}
"su: incorrect password" { set
i_am_correct 1 }
"su: Authentication failure" { set
i_am_correct 1 }
+ "su: Authentication token manipulation
error" { set i_am_correct 1 }
}
}
}
--
1.6.2
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list