dtc: Remove some small bashisms from test scripts

2008-05-29 Thread David Gibson
Some of the helper scripts used to run testcases contain some constructs that are bashisms. Or at least which don't work on dash, the minimal shell used as /bin/sh on recent Ubuntu systems. This patch removes these constructs so that the testsuite will pass out of the box on systems where

Re: dtc: Remove some small bashisms from test scripts

2008-05-29 Thread Segher Boessenkool
Some of the helper scripts used to run testcases contain some constructs that are bashisms. Or at least which don't work on dash, the minimal shell used as /bin/sh on recent Ubuntu systems. Both of these (the redirection, and source searching the current directory if the script isn't found in

Re: dtc: Remove some small bashisms from test scripts

2008-05-29 Thread Jon Loeliger
Some of the helper scripts used to run testcases contain some constructs that are bashisms. Or at least which don't work on dash, the minimal shell used as /bin/sh on recent Ubuntu systems. This patch removes these constructs so that the testsuite will pass out of the box on systems where