diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/dotnet/install_non_root_remoteUser.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/dotnet/install_non_root_remoteUser.sh b/test/dotnet/install_non_root_remoteUser.sh index e9680cb..db67e03 100644 --- a/test/dotnet/install_non_root_remoteUser.sh +++ b/test/dotnet/install_non_root_remoteUser.sh @@ -7,6 +7,18 @@ source dev-container-features-test-lib check "ensure i am user codespace" bash -c "whoami | grep 'codespace'" +echo "Echoing contents of '/home/codespace/' ...." +ls -la /home/codespace/ + +echo "Echoing contents of '/home/codespace/.dotnet' ...." +ls -la /home/codespace/.dotnet/ + +check "symlinked '/home/codespace/.dotnet' folder has the correct permissions" bash -c "ls -la /home/codespace | grep -E 'lrwxrwxrwx 1 codespace codespace (.*) .dotnet -> /usr/local/dotnet/current'" + + + +check "A file following the symlink has the correct permissions" bash -c "" + ./install_dotnet_7_jammy.sh # Report result |