aboutsummaryrefslogtreecommitdiffstats
path: root/testdir
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-03-23 07:55:00 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-03-23 07:55:00 -0700
commit4136aa54ad5af058940baaf756686877894dcc40 (patch)
tree3f42afe3be74643d48295b4250629a6b582d0672 /testdir
parente0a110da6ff3595d2557d86c6df0f15f6ed45593 (diff)
downloadcppawk-4136aa54ad5af058940baaf756686877894dcc40.tar.gz
cppawk-4136aa54ad5af058940baaf756686877894dcc40.tar.bz2
cppawk-4136aa54ad5af058940baaf756686877894dcc40.zip
move mocks into testdir.
Diffstat (limited to 'testdir')
-rwxr-xr-xtestdir/testawk3
-rwxr-xr-xtestdir/testcpp3
2 files changed, 6 insertions, 0 deletions
diff --git a/testdir/testawk b/testdir/testawk
new file mode 100755
index 0000000..a41b4b6
--- /dev/null
+++ b/testdir/testawk
@@ -0,0 +1,3 @@
+#!/bin/sh
+printf "[%.2s]" "$@"
+printf "\n"
diff --git a/testdir/testcpp b/testdir/testcpp
new file mode 100755
index 0000000..d93bcbb
--- /dev/null
+++ b/testdir/testcpp
@@ -0,0 +1,3 @@
+#!/bin/sh
+printf "[%.3s]" "$@"
+printf "\n"