diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-03-03 15:57:09 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-03-03 15:57:09 +0100 |
commit | dc2ed89c6ed6da458f120d304b2dd5421a3d3da3 (patch) | |
tree | 1d04b9c97006383990c6b6c0cd0afa737a4421de /t/01-test.t | |
parent | 30b1aa84d602a648139ae78f00b94dc9ded666bf (diff) | |
download | sbotools2-dc2ed89c6ed6da458f120d304b2dd5421a3d3da3.tar.xz |
01-test.t: correct spelling on test name
Diffstat (limited to 't/01-test.t')
-rwxr-xr-x | t/01-test.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01-test.t b/t/01-test.t index fcdfdb3..2c30a2a 100755 --- a/t/01-test.t +++ b/t/01-test.t @@ -264,7 +264,7 @@ SKIP: { } # 37: create_symlinks tests -subtest 'create_sumlinks tests', +subtest 'create_symlinks tests', sub { plan tests => 2; |