mirror of
https://github.com/kdave/btrfs-progs
synced 2025-04-01 22:48:06 +00:00
btrfs-progs: tests: drop redundant test for rwx number validity
The list of rwx permissions is now hardcoded but used to begenerated and the invalid numbers filtered out. Not necessary anymore. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
b0d8975582
commit
c1d714f944
@ -357,13 +357,8 @@ generate_dataset() {
|
||||
1777 1775 1755 1750 1700 1666 1664 1644 1640 1600 1444 1440 1400 1000 \
|
||||
2777 2775 2755 2750 2700 2666 2664 2644 2640 2600 2444 2440 2400 2000 \
|
||||
4777 4775 4755 4750 4700 4666 4664 4644 4640 4600 4444 4440 4400 4000; do
|
||||
if [[ "$modes" == *9* ]] || [[ "$modes" == *8* ]]
|
||||
then
|
||||
continue;
|
||||
else
|
||||
run_check $SUDO_HELPER touch "$dirpath/$dataset_type.$modes"
|
||||
run_check $SUDO_HELPER chmod "$modes" "$dirpath/$dataset_type.$modes"
|
||||
fi
|
||||
run_check $SUDO_HELPER touch "$dirpath/$dataset_type.$modes"
|
||||
run_check $SUDO_HELPER chmod "$modes" "$dirpath/$dataset_type.$modes"
|
||||
done
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user