Files
android_external_dtc/tests
David Gibson 390635762d Remove another bashism from run_tests.sh
Current we check for various error codes with [ $x == "NN" ].  However
'==' is not actually a correct operator for the [ (test) command.  It
should be either '=' for string comparison or '-eq' for integer
comparison.  It appears that the bash builtin version of test
implements '==' though, so we were getting away with it, as long as
/bin/sh was bash - or the testsuite generated no errors.

This patch fixes the usage of test so that it should work on non-bash
shells.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2010-09-20 09:32:21 -05:00
..
2010-02-25 11:47:58 -06:00
2007-02-15 11:02:44 -06:00
2007-02-15 11:02:44 -06:00
2007-02-15 11:02:44 -06:00
2010-03-10 08:12:28 -06:00
2008-08-13 13:04:39 -05:00
2008-09-25 09:34:27 -05:00
2008-08-13 13:04:39 -05:00
2008-08-13 13:04:39 -05:00
2008-08-13 13:04:39 -05:00
2010-02-24 08:50:25 -06:00
2008-08-13 13:04:39 -05:00
2007-10-17 07:14:38 -05:00
2007-02-15 11:02:44 -06:00
2007-02-15 11:02:44 -06:00
2010-03-10 08:12:28 -06:00