diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-01-14 00:01:43 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-01-14 00:01:43 +0100 |
commit | f67218558898dbab06a94d3b14f5554aa54f62c4 (patch) | |
tree | 844d78900f7ee54c79ff6280ceaece939732dd71 | |
parent | 45320647a5ebf50f6d0be22e3387e9c596067ef7 (diff) | |
download | sbotools2-f67218558898dbab06a94d3b14f5554aa54f62c4.tar.xz |
t/01-unit.t: forgot to fix numbering of tests in comments
-rwxr-xr-x | t/01-unit.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/01-unit.t b/t/01-unit.t index 6fec4fd..fea31b3 100755 --- 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"; |