diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/dotnet/install_non_root_remoteUser.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/dotnet/install_non_root_remoteUser.sh b/test/dotnet/install_non_root_remoteUser.sh index db67e03..bee13ae 100644 --- a/test/dotnet/install_non_root_remoteUser.sh +++ b/test/dotnet/install_non_root_remoteUser.sh @@ -15,9 +15,7 @@ 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 "" +# check "A file following the symlink has the correct permissions" bash -c "" ./install_dotnet_7_jammy.sh |