Jakob Unterwurzacher af7386713c stress_tests/fsstress-gocryptfs.bash: use rm -Rf for cleanup
Apparently, kernel 5.8 now allows unprivileged "mknod /tmp/x c 0 0":

	vfs: allow unprivileged whiteout creation
	https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.8.9&id=a3c751a50fe6bbe50eb7622a14b18b361804ee0c

which is why rm throws a new prompt:

	rm: remove write-protected character special file '...'?

Use rm -Rf to suppress that.
2020-09-13 14:14:23 +02:00
..
2020-08-16 19:58:47 +02:00
2020-07-19 23:03:47 +02:00
2020-09-09 18:18:37 +02:00
2018-09-23 12:17:26 +02:00
2018-12-27 15:19:55 +01:00
2016-10-04 10:26:22 +02:00