Skip to content

Commit

Permalink
Fix variable name typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jette committed Sep 4, 2014
1 parent 0d78bb7 commit 6270a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/expect/test15.21
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ if {[string compare $host_2_name ""] == 0} {
#
# Verify node sequence number
#
if {$host_1_num == -1 || $host_1_num == -1 || $host_2_num == -1} {
if {$host_0_num == -1 || $host_1_num == -1 || $host_2_num == -1} {
send_user "\nWARNING: node names do not have trailing numbers as needed for this test\n"
} else {
if {$host_1_num != [expr $host_0_num + 1]} {
Expand Down

0 comments on commit 6270a53

Please sign in to comment.