summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/run_tests.sh
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-07-03 11:46:26 +0200
committerMichael Adam <obnox@samba.org>2012-07-03 14:30:24 +0200
commit334557680ce70d24b3132b9a13931e883cc9128e (patch)
treecfe92836863d7753dbdb8e7af711f53d385a58be /ctdb/tests/run_tests.sh
parent237d4c5c39da5d246d2c2c72844980eb95d0ce89 (diff)
downloadsamba-334557680ce70d24b3132b9a13931e883cc9128e.tar.gz
samba-334557680ce70d24b3132b9a13931e883cc9128e.tar.xz
samba-334557680ce70d24b3132b9a13931e883cc9128e.zip
run_tests.sh: fix a comment
(This used to be ctdb commit 0e515115b3c21cb179fd7a6356164ac1b5d423e0)
Diffstat (limited to 'ctdb/tests/run_tests.sh')
-rwxr-xr-xctdb/tests/run_tests.sh2
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