Geert Uytterhoeven wrote: > On Wed, 19 Aug 2009, Paul Larson wrote: >> Here's the fixed version, forgot I needed to redo these... >> >> If you run file_test.sh on a system without rpm installed, it should >> return tconf instead of tfail. >> >> Signed-off-by: Paul Larson <[email protected]> >> --- > >> index 4fc9dec..4e30d43 100755 >> --- a/testcases/commands/ade/file/file_test.sh >> +++ b/testcases/commands/ade/file/file_test.sh >> @@ -582,11 +587,7 @@ fi >> export TCID=file10 >> export TST_COUNT=10 >> >> -if [ -f /etc/redhat-release ]; then >> - KERNEL=vmlinuz >> -else >> - KERNEL=vmlinux >> -fi >> +KERNEL=vmlinu >> >> $LTPBIN/tst_resm TINFO "TEST #10: file command recognizes $KERNEL file" > > I guess this change was not supposed to be part of this patch? > > Not that I'm complaining, as it fixes another vmlinuz vs. vmlinux mismatch I > was seeing ;-) Ha, yeah I just forgot to mention it too. And that was exactly the reason for it.
------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
