-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed small bug redundantly compressing symlinked files; added test
- Loading branch information
Showing
22 changed files
with
75 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
tests/test-ressources/symlink-archive2/symlink-folder2.part1.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
symlink-folder2/dir2 | ||
symlink-folder2/empty_dir | ||
symlink-folder2/dir1 | ||
symlink-folder2/file2.txt | ||
symlink-folder2/file1.txt | ||
symlink-folder2/dir2/file4.txt |
3 changes: 3 additions & 0 deletions
3
tests/test-ressources/symlink-archive2/symlink-folder2.part1.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
ee5d4de881f5e5b962936f884645e0f2 symlink-folder2/dir2/file4.txt | ||
65177efac445439b4c030c95c2aaecb3 symlink-folder2/file1.txt | ||
72ddf5ddde69271a8f6184a6baefcccf symlink-folder2/file2.txt |
6 changes: 6 additions & 0 deletions
6
tests/test-ressources/symlink-archive2/symlink-folder2.part1.tar.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
drwxr-xr-x 0 akahles staff 0 Mar 29 15:51 symlink-folder2/dir2/ | ||
drwxr-xr-x 0 akahles staff 0 Apr 14 16:18 symlink-folder2/empty_dir/ | ||
drwxr-xr-x 0 akahles staff 0 Mar 29 15:51 symlink-folder2/dir1/ | ||
-rw-r--r-- 0 akahles staff 150 Apr 18 14:34 symlink-folder2/file2.txt | ||
-rw-r--r-- 0 akahles staff 150 Apr 18 14:34 symlink-folder2/file1.txt | ||
-rw-r--r-- 0 akahles staff 150 Apr 14 16:21 symlink-folder2/dir2/file4.txt |
Binary file added
BIN
+599 Bytes
tests/test-ressources/symlink-archive2/symlink-folder2.part1.tar.lz
Binary file not shown.
1 change: 1 addition & 0 deletions
1
tests/test-ressources/symlink-archive2/symlink-folder2.part1.tar.lz.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
522569e3276005a258cee8a5b4d910cc symlink-folder2.part1.tar.lz |
1 change: 1 addition & 0 deletions
1
tests/test-ressources/symlink-archive2/symlink-folder2.part1.tar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
8e1adf4389d11b5c6aebb79e49c8e1f7 symlink-folder2.part1.tar |
4 changes: 4 additions & 0 deletions
4
tests/test-ressources/symlink-archive2/symlink-folder2.part2.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
symlink-folder2/dir2/dir1 | ||
symlink-folder2/dir1/file2.txt | ||
symlink-folder2/dir1/file3.txt | ||
symlink-folder2/dir1/file1.txt |
4 changes: 4 additions & 0 deletions
4
tests/test-ressources/symlink-archive2/symlink-folder2.part2.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
21e022b0b2958d0a999060300943ba9a symlink-folder2/dir1/file1.txt | ||
b533fbcd65f0197be9e5c3697f6e268d symlink-folder2/dir1/file2.txt | ||
f55ff17791f929cdf3c1b2a2b412170e symlink-folder2/dir1/file3.txt | ||
d6cbb398634f8799469817abb99ec95e symlink-folder2/dir2/dir1 |
4 changes: 4 additions & 0 deletions
4
tests/test-ressources/symlink-archive2/symlink-folder2.part2.tar.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
lrwxr-xr-x 0 akahles staff 0 Mar 29 15:51 symlink-folder2/dir2/dir1 -> ../dir1 | ||
lrwxr-xr-x 0 akahles staff 0 Mar 29 15:51 symlink-folder2/dir1/file2.txt -> ../file2.txt | ||
-rw-r--r-- 0 akahles staff 15 Mar 29 15:51 symlink-folder2/dir1/file3.txt | ||
lrwxr-xr-x 0 akahles staff 0 Mar 29 15:51 symlink-folder2/dir1/file1.txt -> ../file1.txt |
Binary file added
BIN
+393 Bytes
tests/test-ressources/symlink-archive2/symlink-folder2.part2.tar.lz
Binary file not shown.
1 change: 1 addition & 0 deletions
1
tests/test-ressources/symlink-archive2/symlink-folder2.part2.tar.lz.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a88baeed62e4ad8777f29a611b66c034 symlink-folder2.part2.tar.lz |
1 change: 1 addition & 0 deletions
1
tests/test-ressources/symlink-archive2/symlink-folder2.part2.tar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
c42632d7622a85ced4d96cd8937280af symlink-folder2.part2.tar |
1 change: 1 addition & 0 deletions
1
tests/test-ressources/symlink-archive2/symlink-folder2.parts.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../file1.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../file2.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
File 3 content |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../dir1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
File 4 content | ||
File 4 content | ||
File 4 content | ||
File 4 content | ||
File 4 content | ||
File 4 content | ||
File 4 content | ||
File 4 content | ||
File 4 content | ||
File 4 content |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
File 1 content | ||
File 1 content | ||
File 1 content | ||
File 1 content | ||
File 1 content | ||
File 1 content | ||
File 1 content | ||
File 1 content | ||
File 1 content | ||
File 1 content |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
File 2 content | ||
File 2 content | ||
File 2 content | ||
File 2 content | ||
File 2 content | ||
File 2 content | ||
File 2 content | ||
File 2 content | ||
File 2 content | ||
File 2 content |