Fixed assert syntax

pull/974/head
Nils Winkler 2017-05-30 07:25:17 +02:00
parent 228b86f3d1
commit 0aad8b4ab0
1 changed files with 1 additions and 1 deletions

View File

@ -52,5 +52,5 @@ load ../../plugins/available/base.plugin
declare -r file="${BASH_IT_ROOT}/file"
touch $file
run buf $file
[[ -e ${file}_$(date +%Y%m%d_%H%M%S) ]]
assert [ -e ${file}_$(date +%Y%m%d_%H%M%S) ]
}