aboutsummaryrefslogtreecommitdiff
path: root/t/travis.t
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-15 11:37:11 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-15 11:37:11 +0100
commit470bf3fd85ab8f11b28f3956571f53c4e62d56de (patch)
tree8b44687f5e29141235dc995757dbd3e662f42e3c /t/travis.t
parent432dbe66284a055a6d2e09f57040267570f95b8b (diff)
downloadsbotools2-470bf3fd85ab8f11b28f3956571f53c4e62d56de.tar.xz
Fix another typo: SLACKWAERE->SLACKWARE
Diffstat (limited to 't/travis.t')
-rwxr-xr-xt/travis.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/travis.t b/t/travis.t
index b54f05d..5d63749 100755
--- a/t/travis.t
+++ b/t/travis.t
@@ -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';