diff --git a/test/themes/base.theme.svn.bats b/test/themes/base.theme.svn.bats index 0b578071..89279d1b 100644 --- a/test/themes/base.theme.svn.bats +++ b/test/themes/base.theme.svn.bats @@ -92,7 +92,7 @@ function setup_svn_path { load ../../themes/base.theme scm - # Make sure that the SVN command is used + # Make sure that no SVN command is used assert_equal "$SCM" "$SCM_NONE" } @@ -106,7 +106,7 @@ function setup_svn_path { load ../../themes/base.theme scm - # Make sure that the SVN command is not used + # Make sure that no SVN command is not used assert_equal "$SCM" "$SCM_NONE" } @@ -123,6 +123,6 @@ function setup_svn_path { load ../../themes/base.theme scm - # Make sure that the SVN command is used + # Make sure that no SVN command is used assert_equal "$SCM" "$SCM_NONE" }