`duplicity remove-older-than` not run. Regression in f007227e
In f007227e $test
variable is changed to assume it contains an integer values instead of string (I think).
So the handler is updated in this way:
if [ ! $test ]; then
if [ $test = 0 ]; then
But the remove-older-than
code section was not updated.