From d67e6ea75dde6309ce4c6162a4a0429ab8d6709b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 18 Aug 2012 22:08:29 +0100 Subject: Replace mount-options with mount where appropriate. Since our minimum supported version is now 1.16 and mount was fixed in 1.13.16, it is now safe to replace mount-options + empty options with mount wherever it occurs. --- fish/test-remote.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fish/test-remote.sh') diff --git a/fish/test-remote.sh b/fish/test-remote.sh index a0010321..64a3b375 100755 --- a/fish/test-remote.sh +++ b/fish/test-remote.sh @@ -28,7 +28,7 @@ eval `./guestfish --listen` ./guestfish --remote run ./guestfish --remote part-disk /dev/sda mbr ./guestfish --remote mkfs ext2 /dev/sda1 -./guestfish --remote mount-options "" /dev/sda1 / +./guestfish --remote mount /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 -- cgit