sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit f67218558898dbab06a94d3b14f5554aa54f62c4
parent 45320647a5ebf50f6d0be22e3387e9c596067ef7
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Sat, 14 Jan 2017 00:01:43 +0100

t/01-unit.t: forgot to fix numbering of tests in comments

Diffstat:
Mt/01-unit.t | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/01-unit.t b/t/01-unit.t @@ -303,7 +303,7 @@ SKIP: { is ($res[2], 6, 'perform_sbo returned correct exit'); } -# 55-59: test version_cmp(); +# 55-61: test version_cmp(); { chomp(my $kv = `uname -r`); $kv =~ s/-/_/g; @@ -324,7 +324,7 @@ SKIP: { is (SBO::Lib::version_cmp('1.0', '1.0_en_US'), 0, "version_cmp(1.0, 1.0_en_US) returned 0"); } -# 60: test check_multilib(); +# 62: test check_multilib(); { my $file = "/etc/profile.d/32dev.sh";