1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-09-01 04:14:15 -04:00
gophernicus/.travis/test.sh

11 lines
228 B
Bash
Raw Normal View History

#!/bin/bash
echo -e "\n" | gophernicus -nf -nu -nv -nx -nf -nd > test.output
if ! cmp .travis/test.answer test.output ; then
exit 1
fi
if ! gophernicus -v | grep -q 'Gophernicus/3.1 "Dungeon Edition"' ; then
exit 1
fi