aseprite/tests/cli/version.sh

8 lines
200 B
Bash
Raw Normal View History

#! /bin/bash
# Copyright (C) 2018 Igara Studio S.A.
if ! $ASEPRITE --version | grep "Aseprite 1\\." > /dev/null ; then
echo "FAILED: --version doesn't include 'Aseprite 1.' string"
exit 1
fi