Page MenuHome GnuPG

No OneTemporary

diff --git a/autotests/testenvs/templates/entries/user/symlinks.sh b/autotests/testenvs/templates/entries/user/symlinks.sh
index edca429..71910cf 100755
--- a/autotests/testenvs/templates/entries/user/symlinks.sh
+++ b/autotests/testenvs/templates/entries/user/symlinks.sh
@@ -1,28 +1,27 @@
#!/usr/bin/env bash
# linked folders/files, recursion, outside of store root
set -eu
source "$(dirname "$0")/../../utils.sh"
fsPath="$PASSWORD_STORE_DIR/symlinks"
teamStore="../../../../../team/store-team"
# symlinks
echo "password" | pass insert -ef symlinks/folder/entry > /dev/null
ln -sf "folder/entry.gpg" "$fsPath/linked_entry.gpg"
ln -sf "folder" "$fsPath/linked_folder"
# TODO: comment in again after fix
# ln -sf "." "$fsPath/recursion"
# broken
mkdir -p "$fsPath/broken"
ln -sf "DOESNOTEXIST" "$fsPath/broken/linked_folder"
ln -sf "DOESNOTEXIST" "$fsPath/broken/linked_entry.gpg"
# outside path
mkdir -p "$fsPath/outside"
# TODO: comment in again after fix
# ln -sf "../../.." "$fsPath/outside/testuser-home"
ln -sf "$teamStore" "$fsPath/outside/other-store"
-ln -sf "/etc/os-release" "$fsPath/outside/FSROOT!__etc__os-release.gpg"
-ln -sf "/tmp" "$fsPath/outside/FSROOT!__tmp"
+ln -sf "/tmp/gpgpass" "$fsPath/outside/FSROOT!__tmp__gpgpass"

File Metadata

Mime Type
text/x-diff
Expires
Fri, Dec 5, 5:51 PM (1 d, 6 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a0/db/54226fc8b03656191740df3c8b6b

Event Timeline