Fixed comment
parent
5aa525caae
commit
c02638e946
|
|
@ -1,3 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Simply return an error code to simulate a broken SVN installation
|
||||||
exit 72
|
exit 72
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,7 @@ function setup_svn_path {
|
||||||
|
|
||||||
setup_svn_path "$BASH_IT/test/fixtures/svn/broken"
|
setup_svn_path "$BASH_IT/test/fixtures/svn/broken"
|
||||||
|
|
||||||
# Load the base theme again so that the working SVN script is detected
|
# Load the base theme again so that the broken SVN script is detected
|
||||||
load ../../themes/base.theme
|
load ../../themes/base.theme
|
||||||
|
|
||||||
scm
|
scm
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue