public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] su01: Yellow Dog Linux doesn't support passwd -e
@ 2009-08-26 15:20 Geert Uytterhoeven
  2009-08-26 19:50 ` Mike Frysinger
  0 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2009-08-26 15:20 UTC (permalink / raw)
  To: Linux Test Project

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
---
Is there any better way to handle this??

 testcases/commands/su/su01_s1 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testcases/commands/su/su01_s1 b/testcases/commands/su/su01_s1
index 2fba82b..b676f84 100755
--- a/testcases/commands/su/su01_s1
+++ b/testcases/commands/su/su01_s1
@@ -406,7 +406,7 @@ if { ($displayed_error==1) && ($exit_code!=0) && ($pid>0) } {
 # Become root and expire $USER1 password
 
 #  Skip this if Red Hat; -e option not supported.
-if { $distro != "redhat" && $distro != "redhat-linux" } {
+if { $distro != "redhat" && $distro != "redhat-linux" && $distro != "yellowdog-linux" } {
 
 if { $test_one_passed==1} {
 send_user "TEST:  su to user1 with the user1 password expired.\n"
-- 
1.6.2.4

With kind regards,

Geert Uytterhoeven
Software Architect
Techsoft Centre

Technology and Software Centre Europe
The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium

Phone:    +32 (0)2 700 8453
Fax:      +32 (0)2 700 8622
E-mail:   Geert.Uytterhoeven@sonycom.com
Internet: http://www.sony-europe.com/

A division of Sony Europe (Belgium) N.V.
VAT BE 0413.825.160 · RPR Brussels
Fortis · BIC GEBABEBB · IBAN BE41293037680010

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-08-28  8:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-26 15:20 [LTP] [PATCH] su01: Yellow Dog Linux doesn't support passwd -e Geert Uytterhoeven
2009-08-26 19:50 ` Mike Frysinger
2009-08-27  9:49   ` Geert Uytterhoeven
2009-08-27 10:06     ` Mike Frysinger
2009-08-27 11:12       ` Geert Uytterhoeven
2009-08-27 11:37         ` Mike Frysinger
2009-08-28  8:13           ` Garrett Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox