From 87ab8bdf20db7308e7ecc2ddcdce530ec1f08f1f Mon Sep 17 00:00:00 2001 From: Shiyang Ruan Date: Sat, 10 Dec 2022 02:31:05 +0000 Subject: fstests: batch update of file mode and untracked files 1. The executable binary in src/ should be in ignore file. 2. tests/xfs/216.out is a symlink generated at runtime, also should be ignored. 3. tests/generic/692 was created with 644. It should be 755 otherwise its mode will be changed and dirty the git tree after test. Signed-off-by: Shiyang Ruan Reviewed-by: Zorro Lang --- .gitignore | 2 ++ tests/generic/692 | 0 2 files changed, 2 insertions(+) mode change 100644 => 100755 tests/generic/692 diff --git a/.gitignore b/.gitignore index ad9f4543..a6f433f1 100644 --- a/.gitignore +++ b/.gitignore @@ -79,6 +79,7 @@ tags /src/dirstress /src/e4compact /src/ext4_resize +/src/fake-dump-rootino /src/fault /src/feature /src/fiemap-tester @@ -205,6 +206,7 @@ tags /tests/xfs/033.out /tests/xfs/071.out /tests/xfs/096.out +/tests/xfs/216.out # cscope files cscope.* diff --git a/tests/generic/692 b/tests/generic/692 old mode 100644 new mode 100755 -- cgit v1.2.3