From 1ea640c056822140171b4fec212bb98fdac39214 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Wed, 25 May 2016 17:32:24 +0200 Subject: 03-travis.t: Make sure repo is empty before running these tests --- t/03-travis.t | 3 +++ 1 file changed, 3 insertions(+) (limited to 't') 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: { -- cgit v1.2.3