X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=t%2Ftest-save-strip-graft.sh;h=95883ddd54fabfd8be7016223e78bc638dbf4bac;hb=6b6559e405d264d4127211b935b21a3dda93ad93;hp=31f06ebe90058609b24bfe202e3a6f81fc099787;hpb=c7139a3fae51633f0f290ebf73f0cf5e4864e547;p=bup.git diff --git a/t/test-save-strip-graft.sh b/t/test-save-strip-graft.sh index 31f06eb..95883dd 100755 --- a/t/test-save-strip-graft.sh +++ b/t/test-save-strip-graft.sh @@ -155,7 +155,7 @@ WVPASS bup init WVPASS mkdir -p src/x/1 src/y/1 WVPASS bup index -u src WVFAIL bup save --strip -n foo src/x src/y 2> tmp-err.log -WVPASS grep -F "error: ignoring duplicate path '1' in '/'" tmp-err.log +WVPASS grep -F "error: ignoring duplicate path 1 in /" tmp-err.log WVPASS rm -rf "$tmpdir"