diff options
Diffstat (limited to 'contrib/netbsd-tests/bin/sh/dotcmd/out/file_break_until.out')
-rw-r--r-- | contrib/netbsd-tests/bin/sh/dotcmd/out/file_break_until.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/bin/sh/dotcmd/out/file_break_until.out b/contrib/netbsd-tests/bin/sh/dotcmd/out/file_break_until.out new file mode 100644 index 000000000000..b51ff195bd84 --- /dev/null +++ b/contrib/netbsd-tests/bin/sh/dotcmd/out/file_break_until.out @@ -0,0 +1,5 @@ +before dotcmd +before until +before break +after until +after dotcmd, return value: 0 |