Skip to content

Commit

Permalink
Test that a failing CLI script is detected
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Nov 8, 2024
1 parent daf97d4 commit c054d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/save-as.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function list_files() {
# --save-as

d=$t/save-as
$ASEPRITE -b sprites/1empty3.aseprite --save-as "$d/image00.png" || exit 1
$ASEPRITE -b sprites/1empty3.aseprite --save-as "$d/image_fail00.png" || exit 1
expect "image00.png
image01.png
image02.png" "list_files $d"
Expand Down

0 comments on commit c054d7e

Please sign in to comment.