diff options
| -rwxr-xr-x | tests/stress_tests/fsstress-gocryptfs.bash | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/stress_tests/fsstress-gocryptfs.bash b/tests/stress_tests/fsstress-gocryptfs.bash index 0a79c76..0104bb3 100755 --- a/tests/stress_tests/fsstress-gocryptfs.bash +++ b/tests/stress_tests/fsstress-gocryptfs.bash @@ -102,7 +102,7 @@ do  	wait  	echo "    rm" -	rm -R $MNT/* +	rm -Rf $MNT/*  	let N=$N+1  done | 
