]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: fix another test failure in test/du/inodes.sh
authorBernhard Voelker <mail@bernhard-voelker.de>
Sun, 28 Jul 2013 23:51:55 +0000 (01:51 +0200)
committerBernhard Voelker <mail@bernhard-voelker.de>
Sun, 28 Jul 2013 23:51:55 +0000 (01:51 +0200)
commiteea81b46cd1dc06c964adfc9a2ee15de6a2ddeee
tree9169517fb666da844701a778bd3870dc01b6a550
parentcf821079b6c026ecd42fc7af228d61b36c006f9c
tests: fix another test failure in test/du/inodes.sh

Prompted by the continuous integration build failure at:
http://hydra.nixos.org/build/5584121

du(1) uses the first file object of the two test files linked to the
same inode, 'd/f' and 'd/h', whatever the system returns first.
Use 'd/f' in both the expected and the actual output.

* test/du/inodes.sh: Change the expected output as described above
when returning the --all directory entries (without -l).  Also replace
the name of the hardlink 'd/h' by 'd/f' in the actual output.
tests/du/inodes.sh