diff options
author | rjray <devnull@localhost> | 2000-05-30 01:03:13 +0000 |
---|---|---|
committer | rjray <devnull@localhost> | 2000-05-30 01:03:13 +0000 |
commit | 81c22296d07b22db81bba9af308f3b04b409aa89 (patch) | |
tree | 41a30b090003c1033c6a7e590847378a331a04ba /Perl-RPM/t/04_utils.t | |
parent | 3b00918ccb698b4e50661ceee3e8254609d1a4e7 (diff) | |
download | rpm-81c22296d07b22db81bba9af308f3b04b409aa89.tar.gz rpm-81c22296d07b22db81bba9af308f3b04b409aa89.tar.bz2 rpm-81c22296d07b22db81bba9af308f3b04b409aa89.zip |
checkpoint for second alpha (0.2) release
CVS patchset: 3764
CVS date: 2000/05/30 01:03:13
Diffstat (limited to 'Perl-RPM/t/04_utils.t')
-rwxr-xr-x | Perl-RPM/t/04_utils.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Perl-RPM/t/04_utils.t b/Perl-RPM/t/04_utils.t index 751f5687e..88c8be602 100755 --- a/Perl-RPM/t/04_utils.t +++ b/Perl-RPM/t/04_utils.t @@ -18,10 +18,10 @@ while (defined($line = <PIPE>)) } close(PIPE); -print 'not ' unless ($arch eq GetArchName); +print 'not ' unless ($arch eq rpm_archname); print "ok 1\n"; -print 'not ' unless ($os eq GetOsName); +print 'not ' unless ($os eq rpm_osname); print "ok 2\n"; exit; |