summaryrefslogtreecommitdiffstats
path: root/lang/quickjs/test.sh
blob: a24303afb96a5e8b8b2468154898a778d82a80a9 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# shellcheck shell=busybox

case "$PKG_NAME" in
quickjs)
	qjs --eval 'console.log(2 ** 8)' | grep 256
	;;
esac