From af23d173883f47fd02a9a380c719e4428370b484 Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Tue, 7 Mar 2023 04:13:04 +0100 Subject: test: move oldtests to test directory (#22536) The new oldtest directory is in test/old/testdir. The reason for this is that many tests have hardcoded the parent directory name to be 'testdir'. --- test/old/testdir/dotest.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/old/testdir/dotest.in (limited to 'test/old/testdir/dotest.in') diff --git a/test/old/testdir/dotest.in b/test/old/testdir/dotest.in new file mode 100644 index 0000000000..2ef4576f4e --- /dev/null +++ b/test/old/testdir/dotest.in @@ -0,0 +1,3 @@ +:set nomore +:map dotest /^STARTTEST j:set ff=unix cpo-=A :.,/ENDTEST/-1w! Xdotest :set ff& cpo+=A nj0:so! Xdotest dotest +dotest -- cgit