diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-21 20:08:00 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-21 20:08:00 +0200 |
commit | 89ccc2b233822409c7f104facac9d3293252eea4 (patch) | |
tree | ae65b1b970803c0e51be8f1322e68656f11bd546 /test/unit/src | |
parent | realpath -> readlink (diff) | |
download | config-links-89ccc2b233822409c7f104facac9d3293252eea4.tar.gz config-links-89ccc2b233822409c7f104facac9d3293252eea4.zip |
test: shuffle files around
Diffstat (limited to 'test/unit/src')
-rw-r--r-- | test/unit/src/%DEST%/1.txt | 1 | ||||
-rw-r--r-- | test/unit/src/%DEST%/bar/3.txt | 1 | ||||
-rw-r--r-- | test/unit/src/%DEST%/bar/baz/4.txt | 1 | ||||
-rw-r--r-- | test/unit/src/%DEST%/foo/2.txt | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/test/unit/src/%DEST%/1.txt b/test/unit/src/%DEST%/1.txt deleted file mode 100644 index d00491f..0000000 --- a/test/unit/src/%DEST%/1.txt +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/test/unit/src/%DEST%/bar/3.txt b/test/unit/src/%DEST%/bar/3.txt deleted file mode 100644 index 00750ed..0000000 --- a/test/unit/src/%DEST%/bar/3.txt +++ /dev/null @@ -1 +0,0 @@ -3 diff --git a/test/unit/src/%DEST%/bar/baz/4.txt b/test/unit/src/%DEST%/bar/baz/4.txt deleted file mode 100644 index b8626c4..0000000 --- a/test/unit/src/%DEST%/bar/baz/4.txt +++ /dev/null @@ -1 +0,0 @@ -4 diff --git a/test/unit/src/%DEST%/foo/2.txt b/test/unit/src/%DEST%/foo/2.txt deleted file mode 100644 index 0cfbf08..0000000 --- a/test/unit/src/%DEST%/foo/2.txt +++ /dev/null @@ -1 +0,0 @@ -2 |