diff options
Diffstat (limited to 'tools/test/stress2/misc/unionfs9.sh')
-rwxr-xr-x | tools/test/stress2/misc/unionfs9.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/test/stress2/misc/unionfs9.sh b/tools/test/stress2/misc/unionfs9.sh index 80ab45e38f88..700eed13aeb5 100755 --- a/tools/test/stress2/misc/unionfs9.sh +++ b/tools/test/stress2/misc/unionfs9.sh @@ -1,7 +1,7 @@ #!/bin/sh # -# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# SPDX-License-Identifier: BSD-2-Clause # # Copyright (c) 2022 Peter Holm <pho@FreeBSD.org> # @@ -33,6 +33,7 @@ # https://people.freebsd.org/~pho/stress/log/log0205.txt # https://people.freebsd.org/~pho/stress/log/log0226.txt +# https://people.freebsd.org/~pho/stress/log/log0404.txt [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 . ../default.cfg |