summaryrefslogtreecommitdiff
path: root/tests/du/8gb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/du/8gb')
-rwxr-xr-xtests/du/8gb3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/du/8gb b/tests/du/8gb
index 0f072611b..13a3bac07 100755
--- a/tests/du/8gb
+++ b/tests/du/8gb
@@ -30,7 +30,10 @@ if test $? != 0; then
fi
fail=0
+
+# This would print `0 big' with coreutils-4.5.8.
du -ab big > out || fail=1
+
cat <<\EOF > exp
8589934592 big
EOF