Fixed some more comments

This commit is contained in:
Nils Winkler
2020-06-16 16:59:29 +02:00
parent c02638e946
commit 3cffa35092

View File

@@ -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"
}