Re: [hackers][sbase][PATCH v2] testing: add first shell-based tests

From: Evan Gates <evan.gates_AT_gmail.com>
Date: Sun, 7 Oct 2018 09:47:39 -0700

On Sun, Oct 7, 2018 at 6:38 AM Silvan Jegen <s.jegen_AT_gmail.com> wrote:
> * use "ls" instead of "find" in subshell

Don't do that. Use globs.
https://mywiki.wooledge.org/ParsingLs

> +for testfile in $(ls *.test); do

for testfile in *.test; do
Received on Sun Oct 07 2018 - 18:47:39 CEST

This archive was generated by hypermail 2.3.0 : Sun Oct 07 2018 - 18:48:24 CEST