]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: avoid hang when files created with wrong permissions
authorPádraig Brady <P@draigBrady.com>
Sun, 13 Jul 2014 22:48:38 +0000 (23:48 +0100)
committerPádraig Brady <P@draigBrady.com>
Sun, 13 Jul 2014 23:54:57 +0000 (00:54 +0100)
commit2419df4139e7ef90442bb3899ad9a4fc1c3c2ee3
tree61d48670cd9fa0b3999abb73e291343320a7de2f
parent803ec30b95c5ab9064ac7391ac04950aca123b50
tests: avoid hang when files created with wrong permissions

* tests/split/b-chunk.sh: Never show the rm prompt which would
hang the test suite.  This was seen when split erroneously
created files with no persmissions, which was triggered by
this compiler bug in clang 3.4:
http://llvm.org/bugs/show_bug.cgi?id=18346
tests/split/b-chunk.sh