diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-02 18:28:18 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-02 18:28:21 +0100 |
commit | e2e618894ed86470c89ab78c9e032a809ce7c227 (patch) | |
tree | 9c089d15c22230a1e3c8616e578d4e2e18ade7f4 /test/unit/dest | |
parent | add Docker tests for older bash-es (diff) | |
download | config-links-e2e618894ed86470c89ab78c9e032a809ce7c227.tar.gz config-links-e2e618894ed86470c89ab78c9e032a809ce7c227.zip |
move unit tests to test/unit/
Diffstat (limited to 'test/unit/dest')
-rw-r--r-- | test/unit/dest/1.txt | 1 | ||||
-rw-r--r-- | test/unit/dest/bar/3.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/dest/1.txt b/test/unit/dest/1.txt new file mode 100644 index 0000000..3a2e3f4 --- /dev/null +++ b/test/unit/dest/1.txt @@ -0,0 +1 @@ +-1 diff --git a/test/unit/dest/bar/3.txt b/test/unit/dest/bar/3.txt new file mode 100644 index 0000000..a83d1d5 --- /dev/null +++ b/test/unit/dest/bar/3.txt @@ -0,0 +1 @@ +-3 |