completed transitioning, docs reflect that too

This commit is contained in:
George Danchev
2011-07-08 14:18:54 +00:00
parent 33475cd1cf
commit 83adbde947
4 changed files with 137 additions and 102 deletions

View File

@ -2,7 +2,9 @@
set -e
# Include common bits
. inc/releng_getopts.inc
# Each releng_ test should decide whether or not it need
# a xorriso binary to test, since some do compilations only.
if [ ! -x $RELENG_XORRISO ]; then