texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/makeinfo/tests defxcond,1.2,1.3


From: dirt
Subject: texinfo/makeinfo/tests defxcond,1.2,1.3
Date: Thu, 12 Feb 2004 20:38:44 +0100

Update of /cvsroot/texinfo/texinfo/makeinfo/tests
In directory sheep:/tmp/cvs-serv14474/makeinfo/tests

Modified Files:
        defxcond 
Log Message:
2004-02-12  Alper Ersoy  <address@hidden>

        * makeinfo/tests/defxcond: look for `--' instead of `-'.



Index: defxcond
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/tests/defxcond,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** defxcond    14 Dec 2003 15:18:38 -0000      1.2
--- defxcond    12 Feb 2004 19:38:42 -0000      1.3
***************
*** 9,16 ****
  
  ../makeinfo -Dbar -o $test.out $srcdir/$test.txi || exit 1
! grep ' - bar:' $test.out >/dev/null || exit 2
  
  ../makeinfo -Ubar -o $test.out $srcdir/$test.txi || exit 3
! grep ' - bar:' $test.out >/dev/null && exit 4
  
  rm -f $test.out
--- 9,16 ----
  
  ../makeinfo -Dbar -o $test.out $srcdir/$test.txi || exit 1
! grep ' -- bar:' $test.out >/dev/null || exit 2
  
  ../makeinfo -Ubar -o $test.out $srcdir/$test.txi || exit 3
! grep ' -- bar:' $test.out >/dev/null && exit 4
  
  rm -f $test.out



reply via email to

[Prev in Thread] Current Thread [Next in Thread]