1#! /bin/sh
2
3# abspath.sh:  Testing for running admin when the s-file
4#              is specified by an absolute path name.
5
6# Import common functions & definitions.
7. ../../common/test-common
8
9remove s.bar
10d=`${SRCROOT}/tests/testutils/realpwd`
11s=${d}/s.bar
12
13docommand P1 "${vg_admin} -n '${s}'" 0 "" IGNORE
14
15remove s.bar
16success
17