diff --git a/README.txt b/README.txt index f714c7a..53c2a27 100644 --- a/README.txt +++ b/README.txt @@ -42,7 +42,7 @@ You can now run "bbouncer" with no arguments for usage info. Or, you can run the results. Also take a look in the scripts directory for scripts you can use to test tools that can't be run in the normal test suite for whatever reason. -Note that many of the tests and all of the copiers require root priveleges. +Note that many of the tests and all of the copiers require root privileges. They run using sudo, so you'll be prompted for your password. This also means you need to run the suite as a member of the admin group. diff --git a/bbouncer b/bbouncer index 76c47e7..5e7f93b 100755 --- a/bbouncer +++ b/bbouncer @@ -304,11 +304,11 @@ done case $verb in create|create-vol|clean) - $verb $1 + $verb "$1" ;; verify|copy|compare) [ "$#" -lt "2" ] && usage - $verb $1 $2 + $verb "$1" "$2" ;; *) usage