]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/pjdfstest/tests/conf
8942 zfs promote .../%recv should be an error
[FreeBSD/FreeBSD.git] / tests / sys / pjdfstest / tests / conf
1 #!/bin/sh
2 #
3 # $FreeBSD$
4
5 GREP=grep
6 mountpoint=$(df . | tail -1 | awk '{print $6}')
7 fs=$(mount -p | awk '$2 == "'$mountpoint'" { print toupper($3) }')
8 os=FreeBSD