diff options
Diffstat (limited to 'test/scripts')
-rwxr-xr-x | test/scripts/socket_test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scripts/socket_test.sh b/test/scripts/socket_test.sh index 96a445eb815..5b6507461db 100755 --- a/test/scripts/socket_test.sh +++ b/test/scripts/socket_test.sh @@ -526,8 +526,8 @@ write_script_header() { if [ -n "$VCL_DEBUG" ] ; then echo "export VCL_DEBUG=$VCL_DEBUG" >> $1 fi - if [ -n "$VCOM_DEBUG" ] ; then - echo "export VCOM_DEBUG=$VCOM_DEBUG" >> $1 + if [ -n "$LDP_DEBUG" ] ; then + echo "export LDP_DEBUG=$LDP_DEBUG" >> $1 fi if [ -n "$VCOM_APP_NAME" ] ; then echo "export VCOM_APP_NAME=$VCOM_APP_NAME" >> $1 |