summaryrefslogblamecommitdiffstats
path: root/tests/commands.sh.in
blob: 54d57a8a4d26c221991b23b331aef7289fe1b23a (plain) (tree)
1
2
3
4
5
6
7
8
9
10







                                                       

                                                    
TOPDIR=@top_srcdir@
TS_TOPDIR=$TOPDIR/tests

# paths to commands
TS_CMD_MOUNT=${TS_CMD_MOUNT:-"$TOPDIR/mount/mount"}
TS_CMD_UMOUNT=${TS_CMD_MOUNT:-"$TOPDIR/mount/umount"}
TS_CMD_SWAPON=${TS_CMD_MOUNT:-"$TOPDIR/mount/swapon"}
TS_CMD_SWAPOFF=${TS_CMD_MOUNT:-"$TOPDIR/mount/swapoff"}

TS_CMD_IPCS=${TS_CMD_IPCS:-"$TOPDIR/sys-utils/ipcs"}