diff options
-rwxr-xr-x | ctdb/tests/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/run_tests.sh b/ctdb/tests/run_tests.sh index 50924fcf25..4ab443f671 100755 --- a/ctdb/tests/run_tests.sh +++ b/ctdb/tests/run_tests.sh @@ -31,7 +31,7 @@ case "$1" in done esac -# If no tests specified them run the defaults. +# If no tests are specified, then run the defaults. [ -n "$1" ] || set -- $tests "${test_dir}/scripts/run_tests" $opts "$@" || exit 1 |