Lines Matching refs:relocate
130 relocate="yes"
184 elif [ "x$1" = "x--relocate" ]; then
185 relocate="yes"
187 elif [ "x$1" = "x--no-relocate" ]; then
188 relocate="no"
427 if [ "$relocate" = "yes" ]; then
428 run_args="${run_args} --relocate"
430 run_args="${run_args} --no-relocate"
523 echo " --relocate Force the use of relocating in the test, making"
526 echo " --no-relocate Force the use of no relocating in the test"