1*94047d49SGordon Ross
2*94047d49SGordon Ross#
3*94047d49SGordon Ross# This file and its contents are supplied under the terms of the
4*94047d49SGordon Ross# Common Development and Distribution License ("CDDL"), version 1.0.
5*94047d49SGordon Ross# You may only use this file in accordance with the terms of version
6*94047d49SGordon Ross# 1.0 of the CDDL.
7*94047d49SGordon Ross#
8*94047d49SGordon Ross# A full copy of the text of the CDDL should have accompanied this
9*94047d49SGordon Ross# source.  A copy of the CDDL is also available via the Internet at
10*94047d49SGordon Ross# http://www.illumos.org/license/CDDL.
11*94047d49SGordon Ross#
12*94047d49SGordon Ross
13*94047d49SGordon Ross#
14*94047d49SGordon Ross# Copyright 2017 Nexenta Systems, Inc.  All rights reserved.
15*94047d49SGordon Ross#
16*94047d49SGordon Ross
17*94047d49SGordon Rossset -o emacs
18*94047d49SGordon Ross
19*94047d49SGordon Ross# testoplock is always 32-bit
20*94047d49SGordon Rosssetenv LD_LIBRARY_PATH ${ROOT}/usr/lib/smbsrv:${ROOT}/usr/lib:${ROOT}/lib
21*94047d49SGordon Ross
22*94047d49SGordon Rossecho 'Do one of: attach ${PID}'
23*94047d49SGordon Rossecho 'or: debug ${ROOT}/usr/lib/smbsrv/testoplock'
24