Re: [PATCH] xfstests: unify apostrophes in output files

2013-10-16 Thread Rich Johnston
This has been committed. Thanks --Rich commit 774f4dd775340adc53565dce858882de0d4e6e85 Author: Tomas Racek tra...@redhat.com Date: Thu Sep 19 16:20:37 2013 + xfstests: unify apostrophes in output files -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the

[PATCH] xfstests: unify apostrophes in output files

2013-09-19 Thread Eric Sandeen
xfstests: unify apostrophes in output files From: Tomas Racek tra...@redhat.com With coreutils v8.16 the style of apostrophes changed from `word' to 'word'. This is breaking some tests which use the older form. This commit introduces function changes the golden output of the affected tests and

Re: [PATCH] xfstests: unify apostrophes in output files

2013-09-19 Thread Ilya Dryomov
On Thu, Sep 19, 2013 at 7:20 PM, Eric Sandeen sand...@redhat.com wrote: xfstests: unify apostrophes in output files From: Tomas Racek tra...@redhat.com With coreutils v8.16 the style of apostrophes changed from `word' to 'word'. This is breaking some tests which use the older form. This

Re: [PATCH] xfstests: unify apostrophes in output files

2013-09-19 Thread Eric Sandeen
On 9/19/13 11:54 AM, Ilya Dryomov wrote: ... diff --git a/check b/check index 4085eae..ba7fd21 100755 --- a/check +++ b/check @@ -478,6 +478,10 @@ do echo - no qualified output err=true else + + # coreutils 2.16+ changed quote