/hg/icedtea7: Fix JRE arch dir for x86 in tapset test script

omajid at icedtea.classpath.org omajid at icedtea.classpath.org
Wed Jun 27 12:56:59 PDT 2012


changeset 99a066e161af in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=99a066e161af
author: Omair Majid <omajid at redhat.com>
date: Wed Jun 27 15:54:44 2012 -0400

	Fix JRE arch dir for x86 in tapset test script

	2012-06-26  Omair Majid  <omajid at redhat.com>

	       * test/tapset/jstaptest.pl (get_arch_dir): Fix dir for x86.


diffstat:

 ChangeLog                |  4 ++++
 test/tapset/jstaptest.pl |  2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r bb9ab7e1d3b2 -r 99a066e161af ChangeLog
--- a/ChangeLog	Wed Jun 13 20:45:56 2012 +0100
+++ b/ChangeLog	Wed Jun 27 15:54:44 2012 -0400
@@ -1,3 +1,7 @@
+2012-06-26  Omair Majid  <omajid at redhat.com>
+
+	* test/tapset/jstaptest.pl (get_arch_dir): Fix dir for x86.
+
 2012-06-13  Andrew John Hughes  <gnu_andrew at member.fsf.org>
 
 	* NEWS: Add 2.1.1 & 2.2.1 release notes.
diff -r bb9ab7e1d3b2 -r 99a066e161af test/tapset/jstaptest.pl
--- a/test/tapset/jstaptest.pl	Wed Jun 13 20:45:56 2012 +0100
+++ b/test/tapset/jstaptest.pl	Wed Jun 27 15:54:44 2012 -0400
@@ -908,7 +908,7 @@
         return "amd64";
     }
     elsif ($sys_arch =~ m/i.86/) {
-        return "i586";
+        return "i386";
     }
     elsif ($sys_arch =~ m/alpha/) {
         return "alpha";



More information about the distro-pkg-dev mailing list