Skip to content

Commit

Permalink
style: format missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsay-so committed Oct 1, 2024
1 parent 0ef5017 commit dadff0a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion rust/src/tests/chown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ mod lchown {

// chown/06.t#L25
eloop_comp_test_case!(lchown, lchown_wrapper);

// chown/02.t
enametoolong_comp_test_case!(lchown, lchown_wrapper);

Expand Down
1 change: 0 additions & 1 deletion rust/src/tests/open.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ use super::errors::etxtbsy::etxtbsy_test_case;
use super::mksyscalls::{assert_perms_from_mode_and_umask, assert_uid_gid};
use super::{assert_times_changed, assert_times_unchanged, ATIME, CTIME, MTIME};


fn open_wrapper(path: &Path, mode: Mode) -> nix::Result<()> {
open(path, OFlag::O_CREAT | OFlag::O_WRONLY, mode).and_then(close)
}
Expand Down
1 change: 0 additions & 1 deletion rust/src/tests/truncate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ use super::errors::{
etxtbsy::etxtbsy_test_case,
};


crate::test_case! {
/// truncate should extend a file, and shrink a sparse file
// truncate/00.t
Expand Down

0 comments on commit dadff0a

Please sign in to comment.