[PATCH] test-system-cmds: use sh -c instead of guile -c

2023-01-28 Thread Omar Polo
be renamed --program-suffix, etc...) The comment about windows however makes me think that neither sh may be available. Using meta/guile then is better, other tests are doing that, but I haven't found the right incantation to do so. Thanks, Omar Polo >From 177f7dfa68ff47d448c7a8ac0cb48

[PATCH] posix.test: portability tweaks

2023-01-28 Thread Omar Polo
nges on OpenBSD but, with the exception of the third, I'm sure they still pass (or allow the tests to pass) on other unices as well :) >From b47f74cdb2baee8f6fdf40576a7d5bf9ff90aaee Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sat, 28 Jan 2023 09:46:02 + Subject: [PATCH] posix.tes

Re: [PATCH] test-system-cmds: use sh -c instead of guile -c

2023-01-30 Thread Omar Polo
On 2023/01/28 17:43:42 +0200, Eli Zaretskii wrote: > > Date: Sat, 28 Jan 2023 11:17:07 +0100 > > From: Omar Polo > > > > I'm not sure this patch is palatable as-is, but I'm adding it to the > > OpenBSD port to have less failures in the regress suite. >