File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ setUp () {
2828
2929test_list_templates () {
3030 output=$( mkproject -h 2>&1 )
31- assertTrue " Did not find test template in \" $output \" " " echo \" $output \" | grep -q test"
31+ assertTrue " Did not find test template in \" $output \" " " echo \" $output \" | grep -q 'Creates a test file' "
3232}
3333
3434test_apply_template () {
Original file line number Diff line number Diff line change @@ -802,7 +802,7 @@ function mkproject_help {
802802 echo
803803 echo " Available project templates:"
804804 echo
805- " $VIRTUALENVWRAPPER_PYTHON " -m virtualenvwrapper.hook_loader -l project.template
805+ " $VIRTUALENVWRAPPER_PYTHON " -c ' from virtualenvwrapper.hook_loader import main; main() ' -l project.template
806806}
807807
808808# Create a new project directory and its associated virtualenv.
You can’t perform that action at this time.
0 commit comments