#!/bin/sh

set -ev

SRCDIR="$(pwd)"
cd $AUTOPKGTEST_TMP
cat $SRCDIR/tests/test14.input | sed -e "s/\/path\/to\///" > bintest.input
cp $SRCDIR/tests/matrixelements/N2.CCPVDZ.FCIDUMP .

chemps2 --file=bintest.input

