Skip to content
Snippets Groups Projects
Commit 510677c4 authored by Natanael Copa's avatar Natanael Copa
Browse files

main/augeas: fix test

problem with test/test-preserve.sh was that it compared the group column
from out put of ls. If the group name was longer than 8 the test would
fail because busybox' ls truncate the groupname.

We solve this by using stat -c %G instead, which does not truncate the
group name.
parent 81301855
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment