X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fformats%2Fwkday-in.sh;fp=tests%2Fformats%2Fwkday-in.sh;h=0000000000000000000000000000000000000000;hb=b0003d3e325f1aadabea58d219e94c697d7c78a3;hp=77382012936c72f78a526eb0aa0cf106853c77c6;hpb=14bdd280bc07561a64509cdbaabd4a596f575b4f;p=pspp diff --git a/tests/formats/wkday-in.sh b/tests/formats/wkday-in.sh deleted file mode 100755 index 7738201293..0000000000 --- a/tests/formats/wkday-in.sh +++ /dev/null @@ -1,89 +0,0 @@ -#! /bin/sh - -TEMPDIR=/tmp/pspp-tst-$$ -mkdir -p $TEMPDIR -trap 'cd /; rm -rf $TEMPDIR' 0 - -# ensure that top_builddir are absolute -if [ -z "$top_builddir" ] ; then top_builddir=. ; fi -if [ -z "$top_srcdir" ] ; then top_srcdir=. ; fi -top_builddir=`cd $top_builddir; pwd` -PSPP=$top_builddir/src/ui/terminal/pspp$EXEEXT - -# ensure that top_srcdir is absolute -top_srcdir=`cd $top_srcdir; pwd` - -STAT_CONFIG_PATH=$top_srcdir/config -export STAT_CONFIG_PATH - -fail() -{ - echo $activity - echo FAILED - exit 1; -} - - -no_result() -{ - echo $activity - echo NO RESULT; - exit 2; -} - -pass() -{ - exit 0; -} - -cd $TEMPDIR - -activity="write pspp syntax" -cat > wkday-in.pspp <