aboutsummaryrefslogtreecommitdiffstats
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
parente0a110da6ff3595d2557d86c6df0f15f6ed45593 (diff)
downloadcppawk-4136aa54ad5af058940baaf756686877894dcc40.tar.gz
cppawk-4136aa54ad5af058940baaf756686877894dcc40.tar.bz2
cppawk-4136aa54ad5af058940baaf756686877894dcc40.zip
move mocks into testdir.
-rw-r--r--testcases4
-rwxr-xr-xtestdir/testawk (renamed from testawk)0
-rwxr-xr-xtestdir/testcpp (renamed from testcpp)0
3 files changed, 2 insertions, 2 deletions
diff --git a/testcases b/testcases
index 31bf6af..cd6c180 100644
--- a/testcases
+++ b/testcases
@@ -180,12 +180,12 @@ foo_bar
foo_bar
--
32:
-./cppawk --awk=./testawk foo
+./cppawk --awk=./testdir/testawk foo
:
[-f][/t][--]
--
33:
-./cppawk --prepro-only --prepro=./testcpp abc
+./cppawk --prepro-only --prepro=./testdir/testcpp abc
:
[-iq][-D_][-I.][-]
--
diff --git a/testawk b/testdir/testawk
index a41b4b6..a41b4b6 100755
--- a/testawk
+++ b/testdir/testawk
diff --git a/testcpp b/testdir/testcpp
index d93bcbb..d93bcbb 100755
--- a/testcpp
+++ b/testdir/testcpp