diff --git a/t/test.sh b/t/test.sh index 6058e44c5..0493eb547 100755 --- a/t/test.sh +++ b/t/test.sh @@ -360,6 +360,20 @@ WVPASSEQ "$(bup ls strip/latest/)" "a b d/ f" +bup tick +WVPASS bup index -ux $D +bup save --strip -n strip $D +WVPASSEQ "$(bup ls strip/latest/)" "a +b +d/ +f" +bup tick +WVPASS bup index -ux $D +bup save --strip -n strip $D +WVPASSEQ "$(bup ls strip/latest/)" "a +b +d/ +f" WVSTART "strip-path" D=strip-path.tmp