X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=regressions%2Ftest-remote.sh;h=ff5b85ad002ae1b1056b572a25707b3eda91b2a3;hp=d778a07acebc5ed2a02155b1d961f7196c8ec1be;hb=dd76ce2b4c93dd10d8eca9ab7c77bc831f103d03;hpb=b1e1ca2f74a921b3f784537d59c617df29ea1d60 diff --git a/regressions/test-remote.sh b/regressions/test-remote.sh index d778a07..ff5b85a 100755 --- a/regressions/test-remote.sh +++ b/regressions/test-remote.sh @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Test remote control of guestfish. @@ -28,7 +28,7 @@ eval `../fish/guestfish --listen` ../fish/guestfish --remote run ../fish/guestfish --remote part-disk /dev/sda mbr ../fish/guestfish --remote mkfs ext2 /dev/sda1 -../fish/guestfish --remote mount /dev/sda1 / +../fish/guestfish --remote mount-options "" /dev/sda1 / # Failure of the above commands will cause the guestfish listener to exit. # Incorrect return from echo_daemon will not, so need to ensure the listener