Lines Matching full:spec
295 mtree -F ${FLAVOR} -c | mtree -F ${FLAVOR} -Ck uid,gid,mode > mtree.spec
300 atf_check -s ignore -o empty -e empty -x "mtree -F ${FLAVOR} -d < mtree.spec"
305 atf_check -s ignore -o empty -e empty -x "mtree -F ${FLAVOR} -d < mtree.spec"
382 mtree -F ${FLAVOR} -c > mtree.spec
384 if [ ! -f mtree.spec ]; then
389 atf_check -s ignore -o save:output -x "mtree -F ${FLAVOR} -f mtree.spec"
417 atf_set "descr" "Test that spec comparisons detect type changes"
425 mtree -c -p testdir > mtree1.spec
427 if [ ! -f mtree1.spec ]; then
435 mtree -c -p testdir > mtree2.spec
437 if [ ! -f mtree2.spec ]; then
442 -x "mtree -f mtree1.spec -f mtree2.spec"