t2sde/tests/005-sort.cmd
René Rebe 307cadbae9 * imported unit tests from int repo
git-svn-id: https://svn.exactcode.de/t2/trunk@69305 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
2024-06-04 14:42:09 +00:00

8 lines
168 B
Batchfile

#!/bin/sh
[ "$QEMU" ] || exit 43
[ -e $SYSROOT/bin/sort ] || exit 42
printf 'car,(20)\njeep,[10]\ntruck,(5)\nbus,[3]' | $QEMU -chroot $SYSROOT bin/sort -t, -k2.2,2n