Revert "lib: account for realpath deficiency on some platforms"
commit4cae20ccefaff55ef6fb1cd8f2af75af00e1ade8
authorLaszlo Ersek <lersek@redhat.com>
Tue, 21 Mar 2023 14:14:59 +0000 (21 15:14 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Tue, 21 Mar 2023 14:18:15 +0000 (21 15:18 +0100)
treefd05fcba461089878d07e5f9cca413508234ca61
parent65631e5dfff5d0b8f691aba1e838c83dceb621d0
Revert "lib: account for realpath deficiency on some platforms"

This reverts commit b29ff42e5d005abdfd837d7a8b5fa9f0720ad469.

Turns out the limitation that "realpath" does not recognize the "--"
end-of-options argument separator is just one kind of special sauce that
Alpine Linux / BusyBox gift to the world. I'm going to disable
"lib/test-fork-safe-execvpe.sh" on Alpine Linux altogether (Alpine Linux
is unsalvageable) in a subsequent patch; for now, restore the "realpath"
invocation to its right form.

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
lib/test-fork-safe-execvpe.sh