mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-03 14:40:02 +00:00
91e64cd436
I'm going to move my internals CLI tests to this repo in the near future. This is a first version to try the new --ignore-empty --save-as feature.
11 lines
191 B
Bash
11 lines
191 B
Bash
#! /bin/bash
|
|
# Copyright (C) 2018 Igara Studio S.A.
|
|
|
|
expect "bg
|
|
fg" "$ASEPRITE -b --list-layers sprites/1empty3.aseprite"
|
|
|
|
expect "a
|
|
b
|
|
c
|
|
d" "$ASEPRITE -b --list-layers sprites/abcd.aseprite"
|