the remote config test is in a separate script now, so run it from the master test script (#1260)

diff --git a/test/nginx_system_test.sh b/test/nginx_system_test.sh
index b55719e..6c322ee 100644
--- a/test/nginx_system_test.sh
+++ b/test/nginx_system_test.sh
@@ -310,7 +310,9 @@
 SERVER_NAME=nginx
 
 # run generic system tests
-SYSTEM_TEST_FILE="$MOD_PAGESPEED_DIR/src/pagespeed/system/system_test.sh"
+PAGESPEED_DIR="$MOD_PAGESPEED_DIR/src/pagespeed"
+SYSTEM_TEST_FILE="$PAGESPEED_DIR/system/system_test.sh"
+REMOTE_CONFIG_TEST_FILE="$PAGESPEED_DIR/system/remote_config_test.sh"
 
 if [ ! -e "$SYSTEM_TEST_FILE" ] ; then
   echo "Not finding $SYSTEM_TEST_FILE -- is mod_pagespeed not in a parallel"
@@ -362,6 +364,7 @@
 # wants different ones than we want, so we need to reset our positional args.
 set -- "$PRIMARY_HOSTNAME"
 source $SYSTEM_TEST_FILE
+source $REMOTE_CONFIG_TEST_FILE
 
 # nginx-specific system tests