* always initialize zigconfopt with prefix, otherwise it does not install
[t2sde.git] / tests / 005-sort.cmd
blob08bf26dd39a81efadf79ebc719855bc1f3f44f1d
1 #!/bin/sh
3 [ "$QEMU" ] || exit 43
5 [ -e $SYSROOT/bin/sort ] || exit 42
7 printf 'car,(20)\njeep,[10]\ntruck,(5)\nbus,[3]' | $QEMU -chroot $SYSROOT bin/sort -t, -k2.2,2n