Searched refs:RESULT (Results 1 – 13 of 13) sorted by relevance
68 RESULT=$(get_pool_prop ${props[$i]} $TESTPOOL)69 if [[ $RESULT != ${vals[$i]} ]]84 RESULT=$(get_pool_prop delegation $TESTPOOL)85 if [[ $RESULT != off ]]91 RESULT=$(get_pool_prop cachefile $TESTPOOL)92 if [[ $RESULT != $CPATH ]]
40 RESULT=$(strings $cachefile | grep -w $1)41 if [ -z "$RESULT" ]
58 RESULT=$(zpool upgrade | grep v1-pool)59 if [ -z "$RESULT" ]
52 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk1.dat)53 if [ -z "$RESULT" ]
47 RESULT=$(zpool list | grep $TESTPOOL.virt )48 if [ -z "$RESULT" ]
52 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-spare1.dat)53 if [ -z "$RESULT" ]
48 RESULT=$(zpool list -H -o name | grep $TESTPOOL.exported)49 if [ -n "$RESULT" ]
48 RESULT=$(grep "pool:" $TEST_BASE_DIR/pool-status.$$)49 if [ -z "$RESULT" ]
48 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-1.dat \50 if [ -n "$RESULT" ]
48 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-offline.dat \50 if [ -n "$RESULT" ]
49 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-additional.dat)50 if [ -n "$RESULT" ]
48 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-additional.dat)49 if [ -n "$RESULT" ]
192 RESULT=""195 RESULT="$RUNFILE_DIR/$NAME"197 RESULT="$RUNFILE_DIR/$NAME.run"199 RESULT="$NAME"201 RESULT="$NAME.run"204 echo "$RESULT"692 RESULT=$?706 exit ${RESULT}