diff options
author | Josh Spicer <joshspicer@github.com> | 2022-11-18 03:27:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-18 03:27:29 +0300 |
commit | eaa0aff42270f35605915a64532e4449113dccef (patch) | |
tree | 1e18b2fef9c382508739ef8f851cab5086f84ab1 /test | |
parent | 18db2f09c7052a06625b043209a8d8a8cae154a4 (diff) |
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 |