From d134a39c6d66a97009cacf98d4e2d5dc017114b6 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Fri, 8 Nov 2013 11:26:11 -0600 Subject: [PATCH] test-meta.sh: add a missing WVPASS in the ownership restoration tests. Signed-off-by: Rob Browning --- t/test-meta.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- 2.39.5