summaryrefslogtreecommitdiffstats
path: root/tests/ts-mount-paths
blob: 137aade38deaee155893f522e94acfc6ef397c21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

. commands.sh
. functions.sh

TS_COMPONENT="mount"
TS_DESC="basic paths"

ts_init

$TS_CMD_MOUNT -n -f --debug=2 /dev/dummy /mnt &> $TS_OUTPUT

ts_finalize