commit 470bf3fd85ab8f11b28f3956571f53c4e62d56de
parent 432dbe66284a055a6d2e09f57040267570f95b8b
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Tue, 15 Dec 2015 11:37:11 +0100
Fix another typo: SLACKWAERE->SLACKWARE
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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';