From 4db49e7e873ac1f7c05a5ae027e44a59f68fa34e Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 29 Apr 2019 18:51:07 +0400 Subject: [PATCH] Fixed tests --- docs/src/test/bats/update-guides.bats | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/test/bats/update-guides.bats b/docs/src/test/bats/update-guides.bats index 1b415f4e..bd804cf9 100644 --- a/docs/src/test/bats/update-guides.bats +++ b/docs/src/test/bats/update-guides.bats @@ -115,7 +115,6 @@ export -f stubbed_git # commit and push assert_output --partial "git commit -m Updating guides" assert_output --partial "git push origin master" - tree ${TEMP_DIR} # check the contents, old ones deleted, new ones present assert [ -f "${TEMP_DIR}/target/gs-contract-rest/ONE.adoc" ] assert [ -f "${TEMP_DIR}/target/gs-contract-rest/complete/COMPLETE.adoc" ]