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/src/%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/src/%DEST%')
-rw-r--r-- | test/src/%DEST%/1.txt | 1 | ||||
-rw-r--r-- | test/src/%DEST%/bar/3.txt | 1 | ||||
-rw-r--r-- | test/src/%DEST%/bar/baz/4.txt | 1 | ||||
-rw-r--r-- | test/src/%DEST%/foo/2.txt | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/test/src/%DEST%/1.txt b/test/src/%DEST%/1.txt deleted file mode 100644 index d00491f..0000000 --- a/test/src/%DEST%/1.txt +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/test/src/%DEST%/bar/3.txt b/test/src/%DEST%/bar/3.txt deleted file mode 100644 index 00750ed..0000000 --- a/test/src/%DEST%/bar/3.txt +++ /dev/null @@ -1 +0,0 @@ -3 diff --git a/test/src/%DEST%/bar/baz/4.txt b/test/src/%DEST%/bar/baz/4.txt deleted file mode 100644 index b8626c4..0000000 --- a/test/src/%DEST%/bar/baz/4.txt +++ /dev/null @@ -1 +0,0 @@ -4 diff --git a/test/src/%DEST%/foo/2.txt b/test/src/%DEST%/foo/2.txt deleted file mode 100644 index 0cfbf08..0000000 --- a/test/src/%DEST%/foo/2.txt +++ /dev/null @@ -1 +0,0 @@ -2 |