diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-06-11 00:27:06 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-06-11 00:27:06 +0200 |
commit | 3045d4ce2dc0933ac6de8dc182610aed207d2756 (patch) | |
tree | c4d771849c2c43802fa64cfb5db59d84d6a87650 | |
parent | 6316637baed7e8d7ae643c11d921a8f99a66bd71 (diff) | |
download | sbotools2-3045d4ce2dc0933ac6de8dc182610aed207d2756.tar.xz |
26-race-sbocheck.t: correct comment; it's for sbocheck, not sboconfig
-rwxr-xr-x | t/26-race-sbocheck.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/26-race-sbocheck.t b/t/26-race-sbocheck.t index eea6c53..8190b54 100755 --- a/t/26-race-sbocheck.t +++ b/t/26-race-sbocheck.t @@ -29,7 +29,7 @@ sub load { note explain { ret => $ret, exit => $exit, out => $out, eval => $eval, err => $err, do_err => $do_err } if $opts{explain}; } -# 1-2: sboconfig unit tests... +# 1-2: sbocheck race test... { load('sbocheck'); |