From 7b25ff39c81aea559e7a2fd3a5f6143e95521ce2 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 26 Aug 2021 07:46:28 +0200 Subject: [PATCH] fsstress-gocryptfs: fuse-xfstests now lives in /opt fuse-xfstests should be installed to /opt now to make the terminal output independent of the user name (as done in https://github.com/rfjakob/fuse-xfstests/wiki/results_2021-06-02 ) --- tests/stress_tests/fsstress-gocryptfs.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"