Skip to content

Commit

Permalink
update ls tests
Browse files Browse the repository at this point in the history
  • Loading branch information
checkymander committed Feb 28, 2024
1 parent b208a91 commit 5602d1f
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ public LsTests()
[TestMethod]
public void TestValidParentPath()
{
if (OperatingSystem.IsMacOS() || OperatingSystem.IsLinux())
{
//Temporary skip until I can fucking test on a mac and see what's going on
//if (OperatingSystem.IsMacOS() || OperatingSystem.IsLinux())
//{
// //Temporary skip until I can fucking test on a mac and see what's going on

//For some reason /etc is returning /System/etc
// //For some reason /etc is returning /System/etc

Assert.IsTrue(true);
return;
}
// Assert.IsTrue(true);
// return;
//}


string path;
Expand Down

0 comments on commit 5602d1f

Please sign in to comment.