Whamcloud - gitweb
LU-12275 tests: exercise file content encryption/decryption
[fs/lustre-release.git] / lustre / tests / test-framework.sh
index 5a2e059..bec90b5 100755 (executable)
@@ -277,6 +277,7 @@ init_test_env() {
        [ ! -f "$SGPDDSURVEY" ] && export SGPDDSURVEY=$(which sgpdd-survey)
        export MCREATE=${MCREATE:-mcreate}
        export MULTIOP=${MULTIOP:-multiop}
+       export MMAP_CAT=${MMAP_CAT:-mmap_cat}
        export STATX=${STATX:-statx}
        # Ubuntu, at least, has a truncate command in /usr/bin
        # so fully path our truncate command.