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