aboutsummaryrefslogtreecommitdiff
path: root/tcl_tests/enc.try
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2021-03-30 20:40:37 +0200
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2021-03-30 23:06:04 +0300
commit09bc339bdce87d513b029b9be91b6cb73b6cc2b7 (patch)
tree21d88754b80643feffa7bc61c2aa4c1102d0cc36 /tcl_tests/enc.try
parent1864d62c629579be1d2a3c167769082785f079aa (diff)
downloadgost-engine-09bc339bdce87d513b029b9be91b6cb73b6cc2b7.zip
gost-engine-09bc339bdce87d513b029b9be91b6cb73b6cc2b7.tar.gz
gost-engine-09bc339bdce87d513b029b9be91b6cb73b6cc2b7.tar.bz2
Don't put test results or intermediary files in the source tree
When building in a directory that's separate from the source directory, test results should end up in the build directory, not the source directory. Essentially, unless you do build in the source directory, it should be regarded as read-only when building.
Diffstat (limited to 'tcl_tests/enc.try')
-rw-r--r--tcl_tests/enc.try14
1 files changed, 7 insertions, 7 deletions
diff --git a/tcl_tests/enc.try b/tcl_tests/enc.try
index ffe9baf..054ca8c 100644
--- a/tcl_tests/enc.try
+++ b/tcl_tests/enc.try
@@ -2,13 +2,13 @@
lappend auto_path [file dirname [info script]]
package require ossltest
set plain0 [getFile plain.enc]
-file copy -force cfb0.enc $::test::dir
-file copy -force cnt0.enc $::test::dir
-file copy -force cbc0.enc $::test::dir
-file copy -force aes0.enc $::test::dir
-file copy -force plain.enc $::test::dir
-file copy -force magma_plain.enc $::test::dir
-file copy -force magma_acpkm_plain.enc $::test::dir
+file copy -force $::test::src/cfb0.enc $::test::dir
+file copy -force $::test::src/cnt0.enc $::test::dir
+file copy -force $::test::src/cbc0.enc $::test::dir
+file copy -force $::test::src/aes0.enc $::test::dir
+file copy -force $::test::src/plain.enc $::test::dir
+file copy -force $::test::src/magma_plain.enc $::test::dir
+file copy -force $::test::src/magma_acpkm_plain.enc $::test::dir
set cfb1 [getFile cfb1.enc]
set cbc1 [getFile cbc1.enc]
set cnt1 [getFile cnt1.enc]