]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Revert last patch, IRIX has an editor named `jot'.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 19 May 2009 05:49:27 +0000 (07:49 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 19 May 2009 05:49:27 +0000 (07:49 +0200)
* tests/instmany-mans.test: Do not try `jot'.
* tests/instmany-python.test: Likewise.
* tests/instmany.test: Likewise.
Report by Peter O'Gorman.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/instmany-mans.test
tests/instmany-python.test
tests/instmany.test

index 0aaeaadf510580fba8045d610bacd4fd04ff940c..16ecd99b1a5a3f27e313d0404151dbe8e952ced9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Revert last patch, IRIX has an editor named `jot'.
+       * tests/instmany-mans.test: Do not try `jot'.
+       * tests/instmany-python.test: Likewise.
+       * tests/instmany.test: Likewise.
+       Report by Peter O'Gorman.
+
 2009-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        testsuite: also try `jot' as `seq' replacement.
index 5fafa671d7fb7fdf21ca132483cf5550d17641b1..fcee60b8d7ed89aad73e3ed66797928041559ab8 100755 (executable)
@@ -31,8 +31,8 @@ limit=2500
 subdir=long_subdir_name_with_many_characters
 nfiles=81
 
-# Let's use `seq' or `jot' if available, they are faster than the loop.
-list=`(seq 1 $nfiles) 2>/dev/null || (jot $nfiles) 2>/dev/null || {
+# Let's use `seq' if available, it's faster than the loop.
+list=`(seq 1 $nfiles) 2>/dev/null || {
   i=1
   while test $i -le $nfiles; do
     echo $i
index 940794811352b445bf17ca921cf215e7c9edd67e..6831c9ed99962c60b97cf24cd2e97d37f947b720 100755 (executable)
@@ -27,7 +27,7 @@ limit=2500
 subdir=long_subdir_name_with_many_characters
 nfiles=81
 
-list=`(seq 1 $nfiles) 2>/dev/null || (jot $nfiles) 2>/dev/null || {
+list=`(seq 1 $nfiles) 2>/dev/null || {
   i=1
   while test $i -le $nfiles; do
     echo $i
index e423710b05b015e7c1fc062c2ef8ffee901f24d3..a3b10cbce693b09b12f27309f82011e19310e792 100755 (executable)
@@ -39,8 +39,8 @@ limit=2500
 subdir=long_subdir_name_with_many_characters
 nfiles=81
 
-# Let's use `seq' or `jot' if available, they are faster than the loop.
-list=`(seq 1 $nfiles) 2>/dev/null || (jot $nfiles) 2>/dev/null || {
+# Let's use `seq' if available, it's faster than the loop.
+list=`(seq 1 $nfiles) 2>/dev/null || {
   i=1
   while test $i -le $nfiles; do
     echo $i