t2sde/tests/801-firefox.cmd
René Rebe 27720c6d96 * add initial firefox test
git-svn-id: https://svn.exactcode.de/t2/trunk@72115 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
2024-12-08 15:07:49 +00:00

11 lines
181 B
Batchfile

#!/bin/sh
[ "$QEMU" ] || exit 43
exe=opt/mozilla/lib*/firefox/firefox
[ -e $SYSROOT/$exe ] || exit 42
cd $SYSROOT # for wildcard expansion
$QEMU -chroot $SYSROOT $exe --version