diff options
-rwxr-xr-x | t/03-travis.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/03-travis.t b/t/03-travis.t index ce0785f..d5bd2d1 100755 --- a/t/03-travis.t +++ b/t/03-travis.t @@ -17,6 +17,9 @@ if (defined $ENV{TRAVIS} and $ENV{TRAVIS} eq 'true') { } $ENV{TEST_ONLINE} //= 0; +# Since this is only run under Travis CI, we can blow away the repo without consequence +system(qw! rm -rf /usr/sbo !); + # 1-3: Test SLACKWARE_VERSION sboconfig qw/ -V 14.1 /, { expected => "Setting SLACKWARE_VERSION to 14.1...\n" }; SKIP: { |