From dd0e4c5621ca2fa9255aef4eee0e7cf41cd335d2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 7 Jan 2012 17:47:58 +0100 Subject: tests: change `...' to '...' on lines not matching /[=\$]/ Exempt lines with '$' or '=', since those are prone to improper conversion. Run this: git grep -l "\`[^']*'" tests \ |xargs perl -pi -e '/[=\$]/ and next;s/\`([^'\''"]*?'\'')/'\''$1/g' --- tests/mv/vfat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/mv/vfat') diff --git a/tests/mv/vfat b/tests/mv/vfat index 8ed334221..78b1ccc0a 100644 --- a/tests/mv/vfat +++ b/tests/mv/vfat @@ -24,7 +24,7 @@ cat <<\EOF Prior to 5.0.91, ... The problem: - On a VFAT file system with coreutils-5.0.90, `mv FOO foo' removes the + On a VFAT file system with coreutils-5.0.90, 'mv FOO foo' removes the sole copy of the file named by both the source and destination arguments. Demonstrate the problem, as root: @@ -45,9 +45,9 @@ And in case you actually do the above, you can do this to clean up: cd /tmp && umount /tmp/mnt && rm -r 1 mnt Hey! Can't create hard links on vfat. -The above `ln' evokes an `operation not permitted' failure. +The above 'ln' evokes an 'operation not permitted' failure. -This demonstrates the same thing with file system type `umsdos' +This demonstrates the same thing with file system type 'umsdos' No hard links: cd /tmp \ -- cgit v1.2.3-70-g09d2