Displaying 4 results from an estimated 4 matches for "4b3700c".
Did you mean:
4937f0c
2023 Mar 21
2
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...ux, where /bin/expr comes
from busybox instead of coreutils, and has the unfortunate quality of
having its behavior dependent on argv[0].
Starting from a clean clone, I reproduced it locally with:
$ git diff
diff --git i/lib/test-fork-safe-execvpe.sh w/lib/test-fork-safe-execvpe.sh
index 838bac9..4b3700c 100755
--- i/lib/test-fork-safe-execvpe.sh
+++ w/lib/test-fork-safe-execvpe.sh
@@ -18,7 +18,7 @@
. ../tests/functions.sh
-set -e
+set -ex
# Determine the absolute pathname of the execvpe helper binary. The "realpath"
# utility is not in POSIX, but Linux, FreeBSD and OpenBSD all have...
2023 Mar 22
1
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...ot;lib/test-fork-safe-execvpe.sh" on Alpine Linux because of this :)
>
> >
> > Starting from a clean clone, I reproduced it locally with:
> >
> > $ git diff
> > diff --git i/lib/test-fork-safe-execvpe.sh w/lib/test-fork-safe-execvpe.sh
> > index 838bac9..4b3700c 100755
> > --- i/lib/test-fork-safe-execvpe.sh
> > +++ w/lib/test-fork-safe-execvpe.sh
> > @@ -18,7 +18,7 @@
> >
> > . ../tests/functions.sh
> >
> > -set -e
> > +set -ex
> >
> > # Determine the absolute pathname of the execvpe helper bin...
2023 Mar 21
2
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...nnounce on-list that I disabled
"lib/test-fork-safe-execvpe.sh" on Alpine Linux because of this :)
>
> Starting from a clean clone, I reproduced it locally with:
>
> $ git diff
> diff --git i/lib/test-fork-safe-execvpe.sh w/lib/test-fork-safe-execvpe.sh
> index 838bac9..4b3700c 100755
> --- i/lib/test-fork-safe-execvpe.sh
> +++ w/lib/test-fork-safe-execvpe.sh
> @@ -18,7 +18,7 @@
>
> . ../tests/functions.sh
>
> -set -e
> +set -ex
>
> # Determine the absolute pathname of the execvpe helper binary. The "realpath"
> # utility is n...
2023 Mar 22
1
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...-execvpe.sh" on Alpine Linux because of this :)
>>
>>>
>>> Starting from a clean clone, I reproduced it locally with:
>>>
>>> $ git diff
>>> diff --git i/lib/test-fork-safe-execvpe.sh w/lib/test-fork-safe-execvpe.sh
>>> index 838bac9..4b3700c 100755
>>> --- i/lib/test-fork-safe-execvpe.sh
>>> +++ w/lib/test-fork-safe-execvpe.sh
>>> @@ -18,7 +18,7 @@
>>>
>>> . ../tests/functions.sh
>>>
>>> -set -e
>>> +set -ex
>>>
>>> # Determine the absolute path...