This commit is contained in:
parent
adefd035a3
commit
d3d673d441
14
test/test.sh
14
test/test.sh
@ -17,17 +17,3 @@ blog="blog"
|
||||
lang="fr"
|
||||
dark="y"
|
||||
|
||||
./bob2 init << EOF
|
||||
$author
|
||||
$blog
|
||||
$lang
|
||||
$dark
|
||||
EOF
|
||||
|
||||
conf_author=$(grep "^author=" .blog.conf | cut -d '=' -f 2)
|
||||
conf_blog=$(grep "^blog=" .blog.conf | cut -d '=' -f 2)
|
||||
conf_lang=$(grep "^lang=" .blog.conf | cut -d '=' -f 2)
|
||||
conf_dark=$(grep "^dark=" .blog.conf | cut -d '=' -f 2)
|
||||
|
||||
rm -r posts
|
||||
rm -r drafts
|
Loading…
Reference in New Issue
Block a user