diff options
Diffstat (limited to 'test/test.sh')
| -rw-r--r-- | test/test.sh | 2 |
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 |
