improve functional tests for delete command

This commit is contained in:
Felix Lohmeier 2021-01-04 13:44:03 +01:00
parent 21bf1f2adc
commit 9eeebce47c
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ DATA
# ================================== ACTION ================================== #
${cmd} --create "tmp/${t}/${t}.csv" --projectName "${t} biểu tượng cảm xúc ⛲"
${cmd} --list | grep "${t}" || exit 1
${cmd} --delete "${t} biểu tượng cảm xúc ⛲"
${cmd} --list | grep "${t}" | cut -d ':' -f 2 > "tmp/${t}/${t}.output"

View File

@ -27,6 +27,7 @@ DATA
# ================================== ACTION ================================== #
${cmd} --create "tmp/${t}/${t}.csv"
${cmd} --list | grep "${t}" || exit 1
${cmd} --delete "${t}"
${cmd} --list | grep "${t}" | cut -d ':' -f 2 > "tmp/${t}/${t}.output"