summaryrefslogtreecommitdiff
path: root/tests/test-execve.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-execve.sh')
-rwxr-xr-xtests/test-execve.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-execve.sh b/tests/test-execve.sh
index 1a452330b9..51b2802ad2 100755
--- a/tests/test-execve.sh
+++ b/tests/test-execve.sh
@@ -39,7 +39,7 @@ argv[10] = ||
Hommingberg = |Gepardenforelle|
EOF
-: ${DIFF=diff}
+: "${DIFF=diff}"
${DIFF} test-execve.ok test-execve.out
result=$?