mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-31 09:38:25 +00:00
Use 'return' instead of 'exit' in test
This commit is contained in:
parent
115bd51f3f
commit
cf23dc78ab
@ -55,7 +55,7 @@ function test_truncate_empty_file {
|
||||
if [ $t_size -ne $size ]
|
||||
then
|
||||
echo "error: expected ${TEST_TEXT_FILE} to be $t_size length, got $size"
|
||||
exit 1
|
||||
return 1
|
||||
fi
|
||||
rm_test_file
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user