From 4136aa54ad5af058940baaf756686877894dcc40 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 23 Mar 2022 07:55:00 -0700 Subject: move mocks into testdir. --- testawk | 3 --- testcases | 4 ++-- testcpp | 3 --- testdir/testawk | 3 +++ testdir/testcpp | 3 +++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100755 testawk delete mode 100755 testcpp create mode 100755 testdir/testawk create mode 100755 testdir/testcpp diff --git a/testawk b/testawk deleted file mode 100755 index a41b4b6..0000000 --- a/testawk +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -printf "[%.2s]" "$@" -printf "\n" 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/testcpp b/testcpp deleted file mode 100755 index d93bcbb..0000000 --- a/testcpp +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -printf "[%.3s]" "$@" -printf "\n" 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" -- cgit v1.2.3