steed/tests/test-install.sh

9 lines
179 B
Bash
Raw Normal View History

#!/bin/bash
cd ../games
zip -r ../test.zip tutorial*
cd ..
./sdl-instead -install test.zip 2>tests/stderr-output.txt &
sleep 0.6
xdotool key --clearmodifiers alt+q
rm -f test.zip