1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2000-04-27 12:13:11 +00:00
parent c0e74f9b48
commit a105fb3c17

View File

@@ -13,6 +13,6 @@ trap 'exit $?' 1 2 13 15
mkdir -p $tmp/1 $tmp/2
test -d $tmp || fail=1
du $tmp/1 $tmp/2
du $tmp/1 $tmp/2 > /dev/null || fail=1
exit $fail