From e82b5cfd25ea3164e33ac584b48e51f48f0c95c0 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 30 May 2018 08:46:04 -0400 Subject: test/testenv: Don't "eval" the arguments; treat them as real args This means you now need to use 'bash -c' to do things like pipelines. --- test/testenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testenv b/test/testenv index 29afa30..36ae826 100755 --- a/test/testenv +++ b/test/testenv @@ -68,5 +68,5 @@ chmod 755 "$destdir/usr/bin/testsudo" # Run the tests - eval "$@" + command -- "$@" } -- cgit v1.2.2