diff --git a/test/test.sh b/test/test.sh index 9c898b8..a9396f6 100755 --- a/test/test.sh +++ b/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 \ No newline at end of file