X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fprint.sh;h=fdfcf9cb5d798f929fa631f742df21bf0393833f;hb=b70dc1a6b7b15967ceb111f80dff65c44f0fac57;hp=b384fd61abce1c9cd0c172b305d3277b532fdaa6;hpb=c0ed03fd27298cf2b18f0fb373e919ab8b4ae4f4;p=pspp diff --git a/tests/command/print.sh b/tests/command/print.sh index b384fd61ab..fdfcf9cb5d 100755 --- a/tests/command/print.sh +++ b/tests/command/print.sh @@ -47,7 +47,7 @@ cd $TEMPDIR # Copy this file --- it's shared with another test activity="create data" -cp $here/data-list.data $TEMPDIR +cp $top_srcdir/tests/data-list.data $TEMPDIR if [ $? -ne 0 ] ; then no_result ; fi @@ -86,7 +86,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$here/../src/pspp -o raw-ascii --testing-mode $TEMPDIR/print.stat > $TEMPDIR/errs +$SUPERVISOR $here/../src/pspp -o raw-ascii --testing-mode $TEMPDIR/print.stat > $TEMPDIR/errs # Note vv --- there are errors in input. Therefore, the command must FAIL if [ $? -eq 0 ] ; then fail ; fi