Message ID | 1407326472-13853-5-git-send-email-pshilovsky@samba.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/tests.init b/tests.init index 4d16e1b..4b574fc 100644 --- a/tests.init +++ b/tests.init @@ -33,6 +33,10 @@ MOUNTCMD='./domount -o $MNTOPTIONS $SERVER\:$SERVPATH $MNTPOINT' # DG/UX #MOUNTCMD='./domount -t nfs -o $MNTOPTIONS $SERVER\:$SERVPATH $MNTPOINT' +# Use this mount command if using: +# SMB/CIFS +#MOUNTCMD='./domount -t cifs -o $MNTOPTIONS //$SERVER/$SERVPATH $MNTPOINT' + UMOUNTCMD='./domount -u $MNTPOINT' # Use the next two lines if using: