diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-15 11:37:11 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-15 11:37:11 +0100 |
commit | 470bf3fd85ab8f11b28f3956571f53c4e62d56de (patch) | |
tree | 8b44687f5e29141235dc995757dbd3e662f42e3c /t/travis.t | |
parent | 432dbe66284a055a6d2e09f57040267570f95b8b (diff) | |
download | sbotools2-470bf3fd85ab8f11b28f3956571f53c4e62d56de.tar.xz |
Fix another typo: SLACKWAERE->SLACKWARE
Diffstat (limited to 't/travis.t')
-rwxr-xr-x | t/travis.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ sub run { } # 1-3: Test SLACKWARE_VERSION -is (run(cmd => [qw/ sboconfig -V 14.1 /]), "Setting SLACKWARE_VERSION to 14.1...\n", 'setting SLACKWAERE_VERSION works'); +is (run(cmd => [qw/ sboconfig -V 14.1 /]), "Setting SLACKWARE_VERSION to 14.1...\n", 'setting SLACKWARE_VERSION works'); SKIP: { skip 'Not doing online tests without TEST_ONLINE=1', 2 if $ENV{TEST_ONLINE} ne '1'; |