mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
extfs: lslR: make it testable.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
eded16b0e9
commit
f2c8479a50
@ -23,6 +23,8 @@ case "$1" in
|
||||
*) MYCAT="cat";;
|
||||
esac
|
||||
|
||||
MYCAT=${MC_TEST_EXTFS_LIST_CMD:-$MYCAT} # Let the test framework hook in.
|
||||
|
||||
$MYCAT "$1" | $AWK '
|
||||
BEGIN {
|
||||
dir="";
|
||||
|
Loading…
Reference in New Issue
Block a user