1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00

Adjust for slightly different output.

This commit is contained in:
Jim Meyering
2003-10-02 20:29:12 +00:00
parent 95c948b06a
commit 2e59a4b3e6

View File

@@ -29,12 +29,13 @@ fail=0
du slink/ | sed 's/^[0-9][0-9]* //' > out
echo === >> out
# Ensure that with -L we get the same results even without the trailing slash.
# Ensure that with -L we get the same results (modulo the trailing slash
# on the third line) even without the trailing slash on the command line.
du -L slink | sed 's/^[0-9][0-9]* //' >> out
cat <<\EOF > exp
slink/1/2
slink/1
slink
slink/
===
slink/1/2
slink/1