diff options
author | Rhys Kidd <rhyskidd@gmail.com> | 2017-10-30 09:09:41 -0400 |
---|---|---|
committer | Arkadiusz Hiler <arkadiusz.hiler@intel.com> | 2017-10-30 19:57:59 +0200 |
commit | 7aac0e88606ce453b111ce80419dc58519db05ad (patch) | |
tree | da6b54a2a3cafae9e1576732df6369802f06dea0 /benchmarks/Makefile.sources | |
parent | 1fc4de1ca390adec9be8bd7cc0c36cab07465959 (diff) |
assembler: Fix bashism in run-test.sh
[[ a != b ]] is a bashism. As it's just comparing $1 to an empty string,
use -n with a normal [ ].
Noticed whilst testing meson builds. /bin/sh is apparently dash in Intel's CI.
v2:
- keep this as a /bin/sh script (Joonas Lahtinen)
Fixes: c3863e19 ("assembler/test: Prep work for meson")
CC: Daniel Vetter <daniel.vetter@ffwll.ch>
CC: Petri Latvala <petri.latvala@intel.com>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
Diffstat (limited to 'benchmarks/Makefile.sources')
0 files changed, 0 insertions, 0 deletions