File: create-cyclic-symlink

package info (click to toggle)
golang-fsnotify 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 716 kB
  • sloc: ansic: 98; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Cyclic symlink
require symlink

ln -s ./ /link
watch /

rm /link
echo foo >>/link

Output:
	write  /link
	write  /link

	linux, windows, fen:
		remove  /link
		create  /link
		write   /link