Changeset 8b3789 in git for Tst


Ignore:
Timestamp:
Jun 12, 1998, 8:30:17 AM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3d82595ecd2572f089bc4cb7d0cb180200f63c59
Parents:
ae2a514ed7cc042a0a91f491ea7e7f195c458f39
Message:
* tr uses \013 instead of \r


git-svn-id: file:///usr/local/Singular/svn/trunk@2123 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/regress.cmd

    rae2a51 r8b3789  
    22
    33#################################################################
    4 # $Id: regress.cmd,v 1.12 1998-06-10 15:18:29 obachman Exp $
     4# $Id: regress.cmd,v 1.13 1998-06-12 06:30:17 obachman Exp $
    55# FILE:    regress.cmd
    66# PURPOSE: Script which runs regress test of Singular
     
    129129 
    130130  # prepare the result files:
    131   &mysystem("$cat $root.res | $tr \"\\r\" \" \" | $sed $sed_scripts > $root.res.cleaned");
    132   &mysystem("$cat $root.new.res | $tr \"\\r\" \" \" | $sed $sed_scripts > $root.new.res.cleaned");
     131  &mysystem("$cat $root.res | $tr \"\\013\" \" \" | $sed $sed_scripts > $root.res.cleaned");
     132  &mysystem("$cat $root.new.res | $tr \"\\013\" \" \" | $sed $sed_scripts > $root.new.res.cleaned");
    133133
    134134  # doo the diff call
Note: See TracChangeset for help on using the changeset viewer.