summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2021-08-26 07:46:28 +0200
committerJakob Unterwurzacher2021-08-26 07:46:28 +0200
commit7b25ff39c81aea559e7a2fd3a5f6143e95521ce2 (patch)
treecfd8c0c35a3b1fc8d37e7954d34250d0a0c5f2ce
parent61ef6b00a675456ee05d40f1ce44d693bc4be350 (diff)
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 )
-rwxr-xr-xtests/stress_tests/fsstress-gocryptfs.bash2
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"