From bf7ba2d814990ea7b80aa9931991087544030a42 Mon Sep 17 00:00:00 2001 From: Pavel Avgustinov Date: Fri, 7 Oct 2011 16:20:37 +0100 Subject: [PATCH] Extend --strip test to expose a failure --- t/test.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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