aboutsummaryrefslogtreecommitdiff
path: root/test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.sh')
-rw-r--r--test/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index 3510fa4..cf673d7 100644
--- a/test/test.sh
+++ b/test/test.sh
@@ -361,7 +361,7 @@ t () {
echo -n "."
}
-for tc in $(echo test/execute/*)
+for tc in $(echo test/execute/*.s)
do
t "$tc"
done \ No newline at end of file