]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: avoid a false failure on AIX
authorPádraig Brady <P@draigBrady.com>
Sun, 23 Jul 2017 08:54:03 +0000 (01:54 -0700)
committerPádraig Brady <P@draigBrady.com>
Sun, 23 Jul 2017 19:23:31 +0000 (12:23 -0700)
commit388e1507928c08e27780df9f342817aaac215456
tree5ffeeaf66ba61075ece2aefe0575f87fb62f10ee
parent73d55732df36ac4f32e7065392780a8258f5e21b
tests: avoid a false failure on AIX

* tests/misc/sync.sh: Normalize the error messages
when syncing a non read/write directory, as AIX
gives the "Is a directory" error.
Also ensure that sync(1) returns an error for this
case on all systems.
tests/misc/sync.sh