diff options
Diffstat (limited to 'tests/stress_tests')
| -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 26e7bc0..a7aa811 100755 --- a/tests/stress_tests/fsstress-gocryptfs.bash +++ b/tests/stress_tests/fsstress-gocryptfs.bash @@ -23,7 +23,7 @@ MYNAME=$(basename $0)  source ../fuse-unmount.bash  # fsstress binary -FSSTRESS=$HOME/fuse-xfstests/ltp/fsstress +FSSTRESS=/opt/fuse-xfstests/ltp/fsstress  if [[ ! -x $FSSTRESS ]]  then  	echo "$MYNAME: fsstress binary not found at $FSSTRESS" | 
