mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-02-02 06:38:57 +01:00
Tests for the -L option
This commit is contained in:
@@ -9,6 +9,7 @@ EXTRA_DIST = config/unix.exp \
|
||||
inputs/files.xi \
|
||||
inputs/files0.xi \
|
||||
inputs/quotes.xi \
|
||||
inputs/lines .xi \
|
||||
xargs.gnu/0n3.exp \
|
||||
xargs.gnu/0n3.xo \
|
||||
xargs.gnu/nothing.exp \
|
||||
@@ -27,6 +28,8 @@ EXTRA_DIST = config/unix.exp \
|
||||
xargs.posix/s48.exp \
|
||||
xargs.posix/s48.xo \
|
||||
xargs.posix/s6.exp \
|
||||
xargs.posix/l2.exp \
|
||||
xargs.posix/l2.xo \
|
||||
xargs.sysv/eEOF.exp \
|
||||
xargs.sysv/eEOF.xo \
|
||||
xargs.sysv/eof.exp \
|
||||
|
||||
6
xargs/testsuite/inputs/lines.xi
Normal file
6
xargs/testsuite/inputs/lines.xi
Normal file
@@ -0,0 +1,6 @@
|
||||
first nonblank line
|
||||
second nonblank line
|
||||
|
||||
third nonblank line
|
||||
|
||||
fourth nonblank line
|
||||
@@ -1 +1 @@
|
||||
xargs_start p {-l2} lines.xi
|
||||
xargs_start p {-L2} lines.xi
|
||||
|
||||
Reference in New Issue
Block a user