* always initialize zigconfopt with prefix, otherwise it does not install
[t2sde.git] / tests / 540-perl.cmd
blobb7e43f76ac1b8a328c62e3194c56d4ba5b93ac09
1 #!/bin/sh
3 [ "$QEMU" ] || exit 43
5 exe=usr/bin/perl
7 [ -e $SYSROOT/$exe ] || exit 42
9 # TODO: get rid of this HACK!
10 [ -e $SYSROOT/dev/null ] || mknod $SYSROOT/dev/null c 1 3
11 export LANG=C
13 $QEMU -chroot $SYSROOT $exe -e 'print "Hello Perl.\n";'