-
-
Notifications
You must be signed in to change notification settings - Fork 925
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
fails:File.grpowned? takes non primary groups into account | ||
fails(windows):File.grpowned? returns false if the file exist | ||
fails:File.grpowned? returns true if the file exist | ||
fails:File.grpowned? accepts an object that has a #to_path method |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
fails:File.realdirpath returns '/' when passed '/' | ||
fails:File.realdirpath returns the real (absolute) pathname not containing symlinks | ||
fails:File.realdirpath uses base directory for interpreting relative pathname | ||
fails:File.realdirpath uses current directory for interpreting relative pathname | ||
fails:File.realdirpath uses link directory for expanding relative links | ||
fails:File.realdirpath raises an Errno::ELOOP if the symlink points to itself | ||
fails:File.realdirpath returns the real (absolute) pathname if the file is absent | ||
fails:File.realdirpath raises Errno::ENOENT if the directory is absent | ||
fails:File.realdirpath returns the real (absolute) pathname if the symlink points to an absent file | ||
fails:File.realdirpath raises Errno::ENOENT if the symlink points to an absent directory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
fails:FileTest.grpowned? takes non primary groups into account | ||
fails:FileTest.grpowned? returns true if the file exist | ||
fails:FileTest.grpowned? accepts an object that has a #to_path method |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters