Skip to content

Commit e5354e8

Browse files
committed
Fix CodeFactor issue
1 parent 06dd45b commit e5354e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testhelpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function _test_can_handle_ulimit() {
5353
cat $f > /dev/null
5454
done
5555

56-
cat $test_output_file | grep -q "too many open file descriptors"
56+
grep -q "too many open file descriptors" $test_output_file
5757

5858
umount $hfs_dir && rm -Rf $hfs_dir
5959
umount $mount_dir && rm -Rf $mount_dir

0 commit comments

Comments
 (0)