* added the Unlicense as valid in misc/share/REGISTER
[t2sde.git] / tests / 510-ruby.cmd
blob6c2482892b2c7a1346b214c2f1f44bf7957da067
1 #!/bin/sh
3 [ "$QEMU" ] || exit 43
5 exe=usr/bin/ruby
7 [ -e $SYSROOT/$exe ] || exit 42
9 $QEMU -chroot $SYSROOT $exe -e 'puts "Hello Ruby."'