diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/scripts/socket_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/socket_test.sh b/test/scripts/socket_test.sh index 35e9c0be67c..1ff9af78bdc 100755 --- a/test/scripts/socket_test.sh +++ b/test/scripts/socket_test.sh @@ -254,7 +254,7 @@ if [ -z "$WS_ROOT" ] ; then exit 1 fi -if [[ "$(grep bin_PROGRAMS $WS_ROOT/src/uri.am)" = "" ]] ; then +if [[ "$(grep bin_PROGRAMS $WS_ROOT/src/vcl.am)" = "" ]] ; then $WS_ROOT/extras/vagrant/vcl_test.sh $WS_ROOT $USER (cd $WS_ROOT; make build) fi |