summaryrefslogtreecommitdiff
path: root/srcpos.h
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2010-08-30 12:53:03 +1000
committerJon Loeliger <jdl@jdl.com>2010-09-20 09:32:21 -0500
commit390635762d97502bda9c295fcb61b45d04d3d8d2 (patch)
tree54b729b0f9355d72f5a65dd2d22ce9b29047c28c /srcpos.h
parent0e89e8c5a02eab5655f21e732c8f2ff145712ba8 (diff)
downloaddtc-390635762d97502bda9c295fcb61b45d04d3d8d2.tar.gz
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>
Diffstat (limited to 'srcpos.h')
0 files changed, 0 insertions, 0 deletions