Fixed assert syntax
parent
228b86f3d1
commit
0aad8b4ab0
|
|
@ -52,5 +52,5 @@ load ../../plugins/available/base.plugin
|
||||||
declare -r file="${BASH_IT_ROOT}/file"
|
declare -r file="${BASH_IT_ROOT}/file"
|
||||||
touch $file
|
touch $file
|
||||||
run buf $file
|
run buf $file
|
||||||
[[ -e ${file}_$(date +%Y%m%d_%H%M%S) ]]
|
assert [ -e ${file}_$(date +%Y%m%d_%H%M%S) ]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue