ztombol / bats-file

Common filesystem assertions for Bats
Creative Commons Zero v1.0 Universal
51 stars 50 forks source link

Added assert_symlink_to #6

Open marema31 opened 7 years ago

marema31 commented 7 years ago

Add a test to verify that a path is a symbolic link to another path.

Used the same convention that ln -s command (target linkname)