From c9b1de9d5e70d5c730b13f8b9e7bf929d355b488 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 17 Nov 2005 18:23:18 +0000 Subject: [PATCH] split long line --- tests/cp/acl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/cp/acl b/tests/cp/acl index 214551e04b..8f2bbf7940 100755 --- a/tests/cp/acl +++ b/tests/cp/acl @@ -34,7 +34,8 @@ fi # copy a file without preserving permissions touch a/file || framework_failure=1 setfacl -m user:bin:rw a/file || framework_failure=1 -acl1=`cd a && getfacl file | grep -v ':bin:' | grep -v 'mask::'` || framework_failure=1 +acl1=`cd a && getfacl file | grep -v ':bin:' | grep -v 'mask::'` \ + || framework_failure=1 cp a/file b/ || fail=1 acl2=`cd b && getfacl file` || framework_failure=1 test "$acl1" == "$acl2" || fail=1 -- 2.47.3