summaryrefslogtreecommitdiff
path: root/test/arm
diff options
context:
space:
mode:
Diffstat (limited to 'test/arm')
-rwxr-xr-xtest/arm/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arm/run_tests.sh b/test/arm/run_tests.sh
index 15a45e7c..f758d634 100755
--- a/test/arm/run_tests.sh
+++ b/test/arm/run_tests.sh
@@ -73,7 +73,7 @@ then
else
red "compiling no_vector specification" "fail";
- for $i in `ls *.elf`;
+ for i in `ls *.elf`;
do
red "failed $i" "fail"
done