summaryrefslogtreecommitdiff
path: root/test/cp.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/cp.test')
-rw-r--r--test/cp.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cp.test b/test/cp.test
index 0867f63..a927195 100644
--- a/test/cp.test
+++ b/test/cp.test
@@ -9,7 +9,7 @@ The cp utility should only copy ACLs if `-p' is given.
> -rw-rw-r--+
$ cp f g
- $ ls -l g | awk -- '{ print $1 }' | sed 's/\.$//g'
+ $ ls -l g | awk -- '{ print $1 }' | sed 's/\\.$//g'
> -rw-r--r--
$ rm g