From: Rob Browning Date: Fri, 8 Nov 2013 17:26:11 +0000 (-0600) Subject: test-meta.sh: add a missing WVPASS in the ownership restoration tests. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d134a39c6d66a97009cacf98d4e2d5dc017114b6;p=packages%2Fb%2Fbup.git test-meta.sh: add a missing WVPASS in the ownership restoration tests. Signed-off-by: Rob Browning --- diff --git a/t/test-meta.sh b/t/test-meta.sh index 0146111..a0bb8c0 100755 --- a/t/test-meta.sh +++ b/t/test-meta.sh @@ -433,7 +433,7 @@ src/foo/3" WVPASS rm -rf src WVPASS bup meta --edit --unset-user --set-uid 0 ../src.meta \ | WVPASS bup meta -x - WVPASS bup xstat src | grep -qvE '^user: root' + WVPASS bup xstat src | WVPASS grep -qvE '^user: root' # Make sure we can restore one of the user's groups. last_group="$(python -c 'import os,grp; \