]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/literals-coalesce2/test.sh
ld64-77.1.tar.gz
[apple/ld64.git] / unit-tests / test-cases / literals-coalesce2 / test.sh
1 #!/bin/sh
2
3 SZ=`size "$1" | tail -n 1 | sed 's,\([0-9]*\).*,\1,'`
4 [ "$SZ" ] && [ "$SZ" = 54 ] && exit 0
5 exit 1