Skip to content
  • Natanael Copa's avatar
    main/augeas: fix test · 510677c4
    Natanael Copa authored
    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.
    510677c4