#!/bin/sh
sed -i 's/\.\.\//define-properties/' test/*.js
export NODE_PATH=/usr/lib/nodejs/define-properties/node_modules
tape test/*.js
