Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37564139
en ru br
ALT Linux repos
S:7.0.3-alt1
5.0: 4.11-alt4
4.1: 4.11-alt3
4.0: 4.8-alt4
3.0: 4.8-alt2

Group :: Publishing
RPM: texinfo

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: texinfo-alt-tests.patch
Download


--- texinfo/install-info/tests/ii-0018-expected-dir-file
+++ texinfo/install-info/tests/ii-0018-expected-dir-file
@@ -1,18 +0,0 @@
-This is the file .../info/dir, which contains the
-topmost node of the Info hierarchy, called (dir)Top.
-The first time you invoke Info you start off looking at this node.
-
-File: dir,	Node: Top	This is the top of the INFO tree
-
-  This (the Directory node) gives a menu of major topics.
-  Typing "q" exits, "H" lists all Info commands, "d" returns here,
-  "h" gives a primer for first-timers,
-  "mEmacs<Return>" visits the Emacs manual, etc.
-
-  In Emacs, you can click mouse button 2 on a menu item or cross reference
-  to select it.
-
-* Menu:
-
-Animals
-* Gnu: (gnu).                   Wildebeest native to Africa.
--- texinfo/install-info/tests/ii-0019-expected-dir-file
+++ texinfo/install-info/tests/ii-0019-expected-dir-file
@@ -1,18 +1,2 @@
-This is the file .../info/dir, which contains the
-topmost node of the Info hierarchy, called (dir)Top.
-The first time you invoke Info you start off looking at this node.
-
-File: dir,	Node: Top	This is the top of the INFO tree
 
-  This (the Directory node) gives a menu of major topics.
-  Typing "q" exits, "H" lists all Info commands, "d" returns here,
-  "h" gives a primer for first-timers,
-  "mEmacs<Return>" visits the Emacs manual, etc.
 
-  In Emacs, you can click mouse button 2 on a menu item or cross reference
-  to select it.
-
-* Menu:
-
-Animals
-* Gnu: (gnu).                   Wildebeest native to Africa.
--- texinfo/install-info/tests/ii-0041-test
+++ texinfo/install-info/tests/ii-0041-test
@@ -31,7 +31,8 @@ else
       retval=$?
     else
       # $outputdirfile is not in gzip format
-      retval=1
+      diff $expectedfile_uncompressed $outputdirfile
+      retval=$?
     fi
   else
     # gzip not found or not working
--- texinfo/install-info/tests/ii-0050-test
+++ texinfo/install-info/tests/ii-0050-test
@@ -32,7 +32,8 @@ else
       retval=$?
     else
       # $outputdirfile is not in gzip format
-      retval=1
+      diff $expectedfile_uncompressed $outputdirfile
+      retval=$?
     fi
   else
     # gzip not found or not working
--- texinfo/tp/tests/run_parser_all.sh
+++ texinfo/tp/tests/run_parser_all.sh
@@ -117,7 +117,7 @@ post_process_output ()
   fi
 }
 
-LC_ALL=C; export LC_ALL
+#LC_ALL=C; export LC_ALL
 
 prepended_command=
 #prepended_command=time
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin