mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-12-22 13:52:12 +01:00
added test for symlinked directory
This commit is contained in:
parent
6277ce8223
commit
c34cc968ab
1 changed files with 5 additions and 2 deletions
|
@ -89,11 +89,14 @@ touch FILE
|
|||
touch EXECUTABLE
|
||||
chmod +x EXECUTABLE
|
||||
|
||||
# Symlink
|
||||
ln -s FILE SYMLINK
|
||||
|
||||
# Directory
|
||||
mkdir DIRECTORY
|
||||
|
||||
# Symlink
|
||||
ln -s FILE SYMLINK
|
||||
# Directory symlink
|
||||
ln -s DIRECTORY DIR-SYMLINK
|
||||
|
||||
# Hardlink
|
||||
touch HARDLINK1
|
||||
|
|
Loading…
Reference in a new issue