I wrote a little test script
$ cat run_tests
echo "$@"
echo $0 Starting tests with $1
echo tests done
and ran following, (note quotes around -c "string")
$ bash -l -c "./run_tests $(cat furl):8080"
./run_tests Starting tests with
tests done