Skip to content

Commit

Permalink
codehaus-plexus#130 Replaced DirectoryArchiverTest with addition to S…
Browse files Browse the repository at this point in the history
…ymlinkTest
  • Loading branch information
jameshans committed Feb 3, 2020
1 parent 1ac8c06 commit fdf57d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
2 changes: 2 additions & 0 deletions src/test/java/org/codehaus/plexus/archiver/SymlinkTest.java
Expand Up @@ -102,6 +102,8 @@ public void testSymlinkDirArchiver()
final File archiveFile = new File( "target/output/dirarchiver-symlink" );
archiveFile.mkdirs();
archiver.setDestFile( archiveFile );
archiver.addSymlink("target/output/dirarchiver-symlink/aNewDir/symlink", ".");

archiver.createArchive();

File symbolicLink = new File( "target/output/dirarchiver-symlink/symR" );
Expand Down

This file was deleted.

0 comments on commit fdf57d2

Please sign in to comment.