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

omajid at icedtea.classpath.org omajid at icedtea.classpath.org
Wed Jun 27 13:21:34 PDT 2012


changeset 7f4c7b5567f3 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=7f4c7b5567f3
author: Omair Majid <omajid at redhat.com>
date: Wed Jun 27 16:19:49 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 9aff0fc60733 -r 7f4c7b5567f3 ChangeLog
--- a/ChangeLog	Wed Jun 13 15:54:52 2012 +0100
+++ b/ChangeLog	Wed Jun 27 16:19:49 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-07  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am,
diff -r 9aff0fc60733 -r 7f4c7b5567f3 test/tapset/jstaptest.pl
--- a/test/tapset/jstaptest.pl	Wed Jun 13 15:54:52 2012 +0100
+++ b/test/tapset/jstaptest.pl	Wed Jun 27 16:19:49 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