diff options
Diffstat (limited to 'contrib/netbsd-tests/lib/libcurses/tests/addnstr')
-rw-r--r-- | contrib/netbsd-tests/lib/libcurses/tests/addnstr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/lib/libcurses/tests/addnstr b/contrib/netbsd-tests/lib/libcurses/tests/addnstr new file mode 100644 index 000000000000..9c40801b3e7c --- /dev/null +++ b/contrib/netbsd-tests/lib/libcurses/tests/addnstr @@ -0,0 +1,5 @@ +include start +call OK addnstr "abcdefg" 5 +call OK refresh +# should be the same as addstr +compare addstr.chk |