X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=perl%2Ft%2F060-readdir.t;h=e8fe151ef71ae07f2daca1b6d6222acf372975ad;hb=3c9dfd1e95fae5c31df1fbcb6bdec2982a69a004;hp=5ed5b7acd86ba90162ee2a8de3768078d012feef;hpb=b1e1ca2f74a921b3f784537d59c617df29ea1d60;p=libguestfs.git diff --git a/perl/t/060-readdir.t b/perl/t/060-readdir.t index 5ed5b7a..e8fe151 100644 --- a/perl/t/060-readdir.t +++ b/perl/t/060-readdir.t @@ -13,7 +13,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. use strict; use warnings; @@ -38,7 +38,7 @@ $h->part_disk ("/dev/sda", "mbr"); ok (1); $h->mkfs ("ext2", "/dev/sda1"); ok (1); -$h->mount ("/dev/sda1", "/"); +$h->mount_options ("", "/dev/sda1", "/"); ok (1); $h->mkdir ("/p"); ok (1);