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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user