We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca0ebc commit 553275dCopy full SHA for 553275d
tests/test_mount_hook.bats
@@ -2,7 +2,7 @@ setup() {
2
# Create temporary directories
3
TMP_HOOKS_DIR=$(mktemp -d)
4
5
- # Create test file in bind mount source
+ # Create test file in user home not clean but mount hook of tmp is not allowed
6
echo "test-file" > "${HOME}/sarus-hook-test-file.txt"
7
8
# Create hook config
0 commit comments