hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/tools/testing/selftests/efivarfs/efivarfs.sh
....@@ -87,6 +87,11 @@
8787 {
8888 local file=$efivarfs_mount/$FUNCNAME-$test_guid
8989 ./create-read $file
90
+ if [ $? -ne 0 ]; then
91
+ echo "create and read $file failed"
92
+ file_cleanup $file
93
+ exit 1
94
+ fi
9095 file_cleanup $file
9196 }
9297