Fixed some more comments

pull/1615/head
Nils Winkler 2020-06-16 16:59:29 +02:00
parent c02638e946
commit 3cffa35092
No known key found for this signature in database
GPG Key ID: 317C6E70C88A89B1
1 changed files with 3 additions and 3 deletions

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