From 1abb5394e353c1a0ff91f26d90353eb1f8212d01 Mon Sep 17 00:00:00 2001 From: Dennis Heimbigner Date: Sun, 31 Mar 2024 19:16:18 -0600 Subject: [PATCH] md --- docs/internal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internal.md b/docs/internal.md index 4fcef8f528..bc2dd0da80 100644 --- a/docs/internal.md +++ b/docs/internal.md @@ -782,7 +782,7 @@ It turns out that automake is not easily capable of copying those tests on the f This is principally because the automake *make distcheck* command does not allow modifications to the source directory, but only to the build directory. This means that the tests must be heavily modified to handle the two cases where scripts, programs, -and test data are in *$$\{srcdir\}* versus when they are in *$$\{builddir\}*. +and test data are in *\$\$\{srcdir\}* versus when they are in *\$\$\{builddir\}*. Rather than copying the shared files on the fly, I chose instead to just keep copies of the files in both *nczarr_test* and *v3_nczarr_test*.