summaryrefslogtreecommitdiff
path: root/test/testenv
diff options
context:
space:
mode:
Diffstat (limited to 'test/testenv')
-rwxr-xr-xtest/testenv2
1 files changed, 1 insertions, 1 deletions
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 -- "$@"
}