From 0d5c1d7ff1fce00549cc9b7367ecdbd175cdd502 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 23 Jun 2018 17:54:28 -0400 Subject: [PATCH] tests: fix f_bigalloc_orphan_list so it is not dependant on umask Reported-by: Matthias Andree Signed-off-by: Theodore Ts'o --- tests/f_bigalloc_orphan_list/script | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/f_bigalloc_orphan_list/script b/tests/f_bigalloc_orphan_list/script index 63a0350..b48d5c0 100644 --- a/tests/f_bigalloc_orphan_list/script +++ b/tests/f_bigalloc_orphan_list/script @@ -13,6 +13,7 @@ $MKE2FS -Fq -t ext4 -O bigalloc $TMPFILE 1M > /dev/null 2>&1 $DEBUGFS -w $TMPFILE << EOF > /dev/null 2>&1 write $TEST_DATA testfile set_inode_field testfile links_count 0 +set_inode_field testfile mode 0100644 set_inode_field testfile bmap[0] 0 set_inode_field testfile bmap[2] 0 set_super_value last_orphan 12 -- 1.8.3.1