diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-14 06:48:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-14 06:48:13 +0000 |
commit | 37fce4800eb2ba82e2bd5fc240cd6b869510d7fd (patch) | |
tree | 2a71efabb7a73537123a207a764f762a28fac2b9 /tests/du/hard-link | |
parent | 971302bb61c934b696a35e01bb7c3043de1d0c99 (diff) | |
download | coreutils-37fce4800eb2ba82e2bd5fc240cd6b869510d7fd.tar.xz |
reformat a little
Diffstat (limited to 'tests/du/hard-link')
-rwxr-xr-x | tests/du/hard-link | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/du/hard-link b/tests/du/hard-link index e94c7c550..6e0eaade9 100755 --- a/tests/du/hard-link +++ b/tests/du/hard-link @@ -30,10 +30,11 @@ fi fail=0 -du -a --exclude=sub dir | sed 's/^[0-9][0-9]* //' > out || fail=1 +du -a --exclude=sub dir \ + | sed 's/^[0-9][0-9]* //' > out || fail=1 echo === >> out -du --count-links -a --exclude=sub dir | sed 's/^[0-9][0-9]* //' >> out \ - || fail=1 +du -a --exclude=sub --count-links dir \ + | sed 's/^[0-9][0-9]* //' >> out || fail=1 cat <<\EOF > exp dir/f1 dir |