aboutsummaryrefslogtreecommitdiff
path: root/t/remove.t
diff options
context:
space:
mode:
Diffstat (limited to 't/remove.t')
-rwxr-xr-xt/remove.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/remove.t b/t/remove.t
index a155cdc..8bc3203 100755
--- a/t/remove.t
+++ b/t/remove.t
@@ -52,6 +52,7 @@ sub set_lo {
if ($set) { script (qw/ sboconfig -o /, $lo, { test => 0 }); }
} else {
($lo) = script (qw/ sboconfig -l /, { expected => qr/LOCAL_OVERRIDES=(.*)/, test => 0 });
+ $lo //= 'FALSE';
note "Saving original value of LOCAL_OVERRIDES: $lo";
$set = 1;
script (qw/ sboconfig -o /, "$RealBin/LO", { test => 0 });