regressions: Enable both tests for bug 576879 (not fixed).
[libguestfs.git] / recipes / list-files.sh
1 #!/bin/sh -
2
3 guestfish --ro -a "$1" -i find0 / - |
4   tr '\000' '\n' |
5   sort