Blame test/fstabplus.awk

Packit 575503
BEGIN   { FS = "\t+" }
Packit 575503
        { print $1, $2 }