Searched refs:POOLNAME (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/pool_names/
H A Dpool_names_002_neg.ksh51 POOLNAME=""
55 if poolexists $POOLNAME; then
56 log_must zpool destroy $POOLNAME
80 for POOLNAME in "!" "\"" "#" "$" "%" "&" "'" "(" ")" \
86 log_mustnot zpool create -m $TESTDIR $POOLNAME $DISK
87 if poolexists $POOLNAME; then
88 log_fail "Unexpectedly created pool: '$POOLNAME'"
91 log_mustnot zpool destroy $POOLNAME
101 POOLNAME=`eval "echo x | tr 'x' '$oct'"`
102 log_mustnot zpool create -m $TESTDIR $POOLNAME
[all...]

Completed in 52 milliseconds