Fixed patch to work with fuzz=0
This commit is contained in:
parent
6e4c96c69f
commit
4f3d73ea49
@ -1,6 +1,6 @@
|
||||
--- dejagnu-orig/runtest.exp 2008-08-23 20:20:24.000000000 +0200
|
||||
+++ dejagnu/runtest.exp 2008-08-23 20:25:44.000000000 +0200
|
||||
@@ -1443,8 +1443,7 @@ proc runtest { test_file_name } {
|
||||
--- dejagnu-1.4.4/runtest.exp.old 2003-10-15 15:22:52.000000000 +0200
|
||||
+++ dejagnu-1.4.4/runtest.exp 2008-08-27 16:22:18.000000000 +0200
|
||||
@@ -1443,8 +1443,7 @@
|
||||
global tool
|
||||
|
||||
clone_output "Running $test_file_name ..."
|
||||
@ -9,4 +9,4 @@
|
||||
+ reset_vars
|
||||
set test_result ""
|
||||
|
||||
if {[file exists $test_file_name]} {
|
||||
if [file exists $test_file_name] {
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: A front end for testing other programs
|
||||
Name: dejagnu
|
||||
Version: 1.4.4
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
Source: ftp://ftp.gnu.org/gnu/dejagnu/dejagnu-%{version}.tar.gz
|
||||
@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_infodir}/*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 27 2008 Jiri Moskovcak <jmoskovc@redhat.com> - 1:1.4.4-13
|
||||
- rewriten patch to work with fuzz=0
|
||||
|
||||
* Wed Aug 27 2008 Jiri Moskovcak <jmoskovc@redhat.com> - 1:1.4.4-12
|
||||
- fixed runtest (patch from jan.kratochvil@redhat.com)
|
||||
- Resolves: #460153
|
||||
|
Loading…
Reference in New Issue
Block a user